[C4GT] Asset: Add tests for transfer of asset
Description
Subtask under : https://github.com/cord-network/community/issues/7
New testcase can be tested under cargo test -p pallet-asset after adding it in the code.
Goals
- [ ] Add tests for transfer of asset unit case.
Expected Outcome
- [ ] Test should assert for transfer of asset with passing of assertion. Asset should be successfully transferred from one holder to another
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
[Low]
Category
[Test]
Sub Category
[Beginner friendly]
@vatsa287 can I work on it and could you please mentor me about this issue
Can I give it a go @vatsa287 ?
Hello @kartikaysaxena If you are open for contributing to the issue, pls directly raise the PR. Thanks.
@vatsa287 I think the test for it is already added as asset_transfer_should_succeed()
Closing as completed.