Skip to content

Commit

Permalink
fix: remove test line
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Oct 1, 2024
1 parent ad0de3b commit 684e652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pop-api/integration-tests/src/fungibles/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ fn token_metadata_works() {
// Token does not exist.
assert_eq!(token_name(&addr, TOKEN_ID), Ok(None));
assert_eq!(token_symbol(&addr, TOKEN_ID), Ok(None));
assert_eq!(token_decimals(&addr, TOKEN_ID), Ok(Assets::decimals(TOKEN_ID)));
assert_eq!(token_decimals(&addr, TOKEN_ID), Ok(0));
// Create Token.
assets::create_and_set_metadata(&addr, TOKEN_ID, name.clone(), symbol.clone(), decimals);
Expand Down

0 comments on commit 684e652

Please sign in to comment.