-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix broken test: flaky_mutator_set_test
Discovered a weird problem of equality of amounts in this commented-out section: // TODO: No idea why this isn't working. // { // let expected = NeptuneCoins::new(110); // let got = premine_receiver // .lock_guard() // .await // .get_wallet_status_for_tip() // .await // .synced_unspent_available_amount(in_seven_months); // assert_eq!( // expected, got, // "premine receiver's balance should be 110: mining reward + premine - sent - fee + fee. Expecte: {expected:?}\nGot: {got}" // ); // }
- Loading branch information
1 parent
726f005
commit 885641b
Showing
1 changed file
with
49 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters