Skip to content

Commit

Permalink
Account for cancelled fair-burn fees
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Sep 29, 2024
1 parent 3af23b8 commit 1fd574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/tests/open_edition_factory_and_mint_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ fn test_start_trading_time(chain: &mut Chain) {
// The amount of tokens burned should be
// 500 STARS from the init + (200 mint x 100_000_000 x 0.1 x 0.5) -> 500 + 1_000 = 1_500
assert_eq!(
initial_total_supply.amount - 1_500_000_000,
initial_total_supply.amount - 500_000_000,
total_supply.amount
);
}

0 comments on commit 1fd574c

Please sign in to comment.