cord
cord copied to clipboard
MaxKeyAgreementKeysExceeded
This test ensures that the MaxKeyAgreementKeysExceeded error is triggered when the number of key agreement keys exceeds the defined maximum limit during DID creation. It validates this behavior by attempting to exceed the limit and asserting the expected error response from both the key addition and DID creation processes. This confirms that the pallet correctly enforces the key agreement keys limit.
I added it