You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
For the first test params.validatorRegistrationFee != VALIDATOR_REGISTRATION_FEE it's been covered by the should return error if transaction does not have enough balance for the registration fee test on L302.
For the second test name is longer than MAX_LENGTH_NAME characters long, the impl does not exist and I have created an issue here.
For the fourth test There exists already an entry in the name substore with store key trs.params.name, it's been covered by the should return error if store key name already exists in name store test on L256
Description
Based on the defined test cases, the following tests are missing from the implemented unit tests.
verify()
Invalid transaction. Throw error at verify step.
Invalid transaction. Throw error at verify step.
Invalid transaction. Throw error at verify step.
Invalid transaction. Throw error at verify step.
execute()
Motivation
These test will align with defined test cases and ensure complete coverage of the scenarios.
The text was updated successfully, but these errors were encountered: