Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Oct 28, 2023
1 parent 40c56ed commit 2bdc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/bft/src/helpers/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ mod prop_tests {

#[proptest]
fn test_check_timestamp_for_liveness_too_far_in_future(#[strategy(any_invalid_timestamp())] timestamp: i64) {
check_timestamp_for_liveness(timestamp).unwrap();
assert!(check_timestamp_for_liveness(timestamp).is_err());
}
}

0 comments on commit 2bdc97c

Please sign in to comment.