Skip to content

Commit 3af11a1

Browse files
committed
fix(ex01): fix test
1 parent c6289a9 commit 3af11a1

File tree

1 file changed

+1
-1
lines changed
  • exercises/ex01-fungible-token/assets/src/tests

1 file changed

+1
-1
lines changed

exercises/ex01-fungible-token/assets/src/tests/assets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ mod burn {
295295
Event::Assets(crate::Event::Burned {
296296
asset_id: 0,
297297
owner: BOB,
298-
total_supply
298+
total_supply: total_supply - mint_amount,
299299
})
300300
);
301301
})

0 commit comments

Comments
 (0)