-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
test: refactor marketplace unit tests according to our testing standards #524
Conversation
…e-unit-tests # Conflicts: # pallets/marketplace/src/tests/mod.rs
Crate versions that have been updated:
Runtime version has not been increased. |
Codecov Report
@@ Coverage Diff @@
## master #524 +/- ##
=======================================
Coverage 81.21% 81.21%
=======================================
Files 19 19
Lines 1927 1927
=======================================
Hits 1565 1565
Misses 362 362
Continue to review full report at Codecov.
|
metadata.clone() | ||
)); | ||
assert_ok!(NFT::mint(Origin::signed(ALICE), CLASS_ID_0, INSTANCE_ID_0, metadata)); | ||
fn make_offer_should_work_when_no_nft_exists() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is strange case. @green-jay what is the thinking behind this feature?
# Conflicts: # Cargo.lock # pallets/marketplace/Cargo.toml
Description
Refactor nft marketplace tests according to our testing standards.
Related Issue
Motivation and Context
How Has This Been Tested?
Checklist: