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

Commit

Permalink
Merge pull request #3881 from ethcore/tx-test-fix
Browse files Browse the repository at this point in the history
Fixing racy test
  • Loading branch information
gavofyork authored Dec 17, 2016
2 parents adb0f6f + b34d3ee commit a81e833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/src/tests/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ fn does_not_propagate_delayed_transactions() {
assert_eq!(0, client.ready_transactions().len());
assert_eq!(2, client.miner().pending_transactions().len());
push_blocks_to_client(client, 53, 2, 2);
client.import_verified_blocks();
client.flush_queue();
assert_eq!(2, client.ready_transactions().len());
assert_eq!(2, client.miner().pending_transactions().len());
}
Expand Down

0 comments on commit a81e833

Please sign in to comment.