Skip to content

Commit

Permalink
fee-splitter: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Feb 2, 2024
1 parent 18db092 commit 3b18ad1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions contracts/fee_splitter/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,10 @@ fn fails_to_init_because_weights_not_correct() {
fn should_send_tokens_in_correct_amount() {
let mut deps = mock_coreum_deps(&[]);

deps.querier.with_token_balances(&[
(
&String::from("asset0000"),
&[(&String::from(MOCK_CONTRACT_ADDR), &Uint128::new(100_000))],
),
]);
deps.querier.with_token_balances(&[(
&String::from("asset0000"),
&[(&String::from(MOCK_CONTRACT_ADDR), &Uint128::new(100_000))],
)]);

deps.querier.with_balance(&[(
&String::from(MOCK_CONTRACT_ADDR),
Expand Down

0 comments on commit 3b18ad1

Please sign in to comment.