Skip to content

Commit

Permalink
Account for creation fee
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Sep 29, 2024
1 parent df46b8c commit 3af23b8
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 @@ -554,7 +554,7 @@ fn test_start_trading_time(chain: &mut Chain) {

// fairburn fees
// only the creation fee gets sent to the fairburn as 50%-50% = 0
assert_eq!(total_fairburn_fees, 0);
assert_eq!(total_fairburn_fees, 500_000_000);

let total_supply = tokio_block(chain.orc.client.bank_query_supply(denom.parse().unwrap()))
.unwrap()
Expand Down

0 comments on commit 3af23b8

Please sign in to comment.