Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Mar 3, 2023
1 parent b3d160e commit b9623a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/salary/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,6 @@ fn other_mixed_bankrupcy_fails_gracefully() {

assert_eq!(paid(1), 0);
assert_eq!(paid(2), 3);
assert_eq!(paid(3), 7);
assert_eq!(paid(3), 6);
});
}

0 comments on commit b9623a4

Please sign in to comment.