Skip to content

Commit

Permalink
fix: bitcoind_forking_test assertions added
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jul 20, 2021
1 parent 2bdb7e6 commit d2cdefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/tests/neon_integrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ fn bitcoind_forking_test() {
let account = get_account(&http_origin, &miner_account);
assert_eq!(account.balance, 0);
// but we're able to keep on mining
assert_eq!(account.nonce, 4);
assert_eq!(account.nonce, 3);

channel.stop_chains_coordinator();
}
Expand Down

0 comments on commit d2cdefb

Please sign in to comment.