Skip to content

Commit

Permalink
style(bb-bnc): fix test formatting to match CI requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 474c0e4 commit b48fb7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pallets/bb-bnc/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,11 @@ fn multiple_positions_with_complex_rewards_should_not_work() {
));

// Test rewards with non-existent position
assert_ok!(BbBNC::get_rewards_inner(BB_BNC_SYSTEM_POOL_ID, &CHARLIE, None));
assert_ok!(BbBNC::get_rewards_inner(
BB_BNC_SYSTEM_POOL_ID,
&CHARLIE,
None
));
});
}

Expand Down

0 comments on commit b48fb7d

Please sign in to comment.