Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Nov 14, 2023
1 parent 3e64cc7 commit 812813e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ownership-chain/runtime/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fn minimum_balance_should_be_0() {

#[test]
fn deposit_smallest_unit_should_succeed() {

new_test_ext().execute_with(|| {
let alice = AccountId::from_str(ALICE).unwrap();
assert_eq!(Balances::total_balance(&alice), 0);
Expand Down

0 comments on commit 812813e

Please sign in to comment.