Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 13, 2024
1 parent 912cbbb commit 669bf85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ impl TestEnv {
fee_collector_account: None,
feature_flags: Some(FeatureFlags { icrc2: true }),
initial_balances: vec![
(actor::alice_account().into(), alice_balance.clone()),
(actor::bob_account().into(), alice_balance.clone()),
(actor::charlie_account().into(), alice_balance.clone()),
(actor::alice_account(), alice_balance.clone()),
(actor::bob_account(), alice_balance.clone()),
(actor::charlie_account(), alice_balance.clone()),
(ekoke_reward_pool_account, reward_pool_balance),
],
transfer_fee: 1_000u64.into(),
Expand Down

0 comments on commit 669bf85

Please sign in to comment.