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
Subtask under : cord-network/community#7
New testcase can be tested under cargo test -p pallet-asset after adding it in the code.
cargo test -p pallet-asset
active
inactive
expired
NA
Look at other test cases, and add a test case for the same. Ex: check method asset_create_should_succeed which validates creation of asset.
asset_create_should_succeed
CORD
Dhiway
Blockchain
Rust
@amarts @vatsa287
[Medium]
[Test]
[Beginner friendly]
The text was updated successfully, but these errors were encountered:
Hello @vatsa287, I can take on this issue with confidence. Please assign it to me and I'll ensure that it gets resolved effectively.
Sorry, something went wrong.
hello @vatsa287 ,I have raised PR for this issue .
Hello Soham , link your PR with the respective issue , so everyone knows that someone is already solving the issue
Is this correct?
Soham-27
No branches or pull requests
Description
Subtask under : cord-network/community#7
New testcase can be tested under
cargo test -p pallet-asset
after adding it in the code.Goals
Expected Outcome
Asset status should be changed. Example from
active
toinactive
orexpired
.Acceptance Criteria
NA
Implementation Details
Look at other test cases, and add a test case for the same.
Ex: check method
asset_create_should_succeed
which validates creation of asset.Mockups / Wireframes
NA
Product Name
CORD
Organization Name
Dhiway
Domain
Blockchain
Tech Skills Needed
Rust
Mentor(s)
@amarts @vatsa287
Complexity
[Medium]
Category
[Test]
Sub Category
[Beginner friendly]
The text was updated successfully, but these errors were encountered: