Fixed random failing test

This commit is contained in:
arkpar 2016-02-12 15:48:26 +01:00
parent 34b465a125
commit fcd0dafbe4
1 changed files with 1 additions and 2 deletions

View File

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