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

Commit

Permalink
Fixin racy test
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Dec 17, 2016
1 parent 83e6e03 commit b34d3ee
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 b34d3ee

Please sign in to comment.