Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Jul 31, 2024
1 parent 12e1cf9 commit 68ec059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/api/src/fungibles/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ fn token_metadata_works() {
#[test]
fn asset_exists_works() {
new_test_ext().execute_with(|| {
create_asset(ALICE, ASSET, 100);
create_asset(ALICE, ASSET);
assert_eq!(Assets::asset_exists(ASSET).encode(), Fungibles::read_state(AssetExists(ASSET)));
});
}
Expand Down

0 comments on commit 68ec059

Please sign in to comment.