Skip to content

Commit 1181475

Browse files
committed
fix imports
1 parent fb4816f commit 1181475

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

consensus/src/tests/context/weight.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ use cuprate_consensus_context::{
77
BlockWeightsCacheConfig,
88
};
99
use cuprate_types::Chain;
10-
use proptest::collection::vec;
11-
use proptest::prelude::any;
12-
use proptest::{prop_assert_eq, proptest};
10+
11+
use proptest::{collection::vec, prelude::*};
1312

1413
pub(crate) const TEST_WEIGHT_CONFIG: BlockWeightsCacheConfig =
1514
BlockWeightsCacheConfig::new(100, 5000);
@@ -242,5 +241,3 @@ proptest! {
242241
})?;
243242
}
244243
}
245-
246-
// TODO: protests

0 commit comments

Comments
 (0)