We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InvalidIdentifierLength
Subtask under : cord-network/community#7
New testcase can be tested under cargo test -p pallet-chain-space after adding it in the code.
NA
Look at other test cases, and add a test case for the same. Ex: creating_a_duplicate_space_should_fail which validates error code SpaceAlreadyAnchored
creating_a_duplicate_space_should_fail
SpaceAlreadyAnchored
CORD
Dhiway
Blockchain
Rust
@amarts
Pick one of [Low]
[Test]
[Beginner friendly]
The text was updated successfully, but these errors were encountered:
tests: Add test for InvalidIdentifierLength
8f074ab
Fixes: dhiway#280 Signed-off-by: Shreeevatsa N <vatsa@dhiway.com>
0e5c426
tests: Add test for InvalidIdentifierLength (#322)
b4c24a1
Fixes: #280 Signed-off-by: Shreeevatsa N <vatsa@dhiway.com>
Successfully merging a pull request may close this issue.
Description
Subtask under : cord-network/community#7
New testcase can be tested under cargo test -p pallet-chain-space after adding it in the code.
Goals
InvalidIdentifierLength
for pallet/chain-spaceExpected Outcome
InvalidIdentifierLength
being returned properly in all the possible calls.Acceptance Criteria
NA
Implementation Details
Look at other test cases, and add a test case for the same.
Ex:
creating_a_duplicate_space_should_fail
which validates error codeSpaceAlreadyAnchored
Mockups / Wireframes
NA
Product Name
CORD
Organization Name
Dhiway
Domain
Blockchain
Tech Skills Needed
Rust
Mentor(s)
@amarts
Complexity
Pick one of [Low]
Category
[Test]
Sub Category
[Beginner friendly]
The text was updated successfully, but these errors were encountered: