Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
areshand committed Oct 10, 2024
1 parent cbb422d commit 380bb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/aptosdb/src/state_store/state_store_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ proptest! {
(input, batch1_size) in hash_map(any::<StateKey>(), any::<StateValue>(), 2..1000)
.prop_flat_map(|input| {
let len = input.len();
(Just(input), 1..len)
(Just(input), 2..len)
})
) {
let tmp_dir1 = TempPath::new();
Expand Down

0 comments on commit 380bb7e

Please sign in to comment.