Skip to content

Commit d64b367

Browse files
committed
test: use default number of cases for proptests
Since we switched to the safer fallible implementation, there is no need to spend so much time on these tests.
1 parent 1742f8f commit d64b367

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stacks-common/src/util/lru_cache.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,6 @@ mod property_tests {
540540
}
541541

542542
proptest! {
543-
#![proptest_config(ProptestConfig::with_cases(1_000_000))]
544-
545543
#[test]
546544
fn doesnt_crash_with_random_operations(ops in prop::collection::vec(arbitrary_op(), 1..1000)) {
547545
let mut cache = LruCache::new(10);

0 commit comments

Comments
 (0)