Fixed random failing test

This commit is contained in:
arkpar 2016-02-12 15:48:26 +01:00
parent 34b465a125
commit fcd0dafbe4

View File

@ -143,8 +143,7 @@ fn propagade_hashes() {
blocks += 1; blocks += 1;
} }
} }
assert!(blocks > 0); assert!(blocks + hashes == 5);
assert!(hashes > 0);
} }
#[test] #[test]