We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4816f commit 1181475Copy full SHA for 1181475
consensus/src/tests/context/weight.rs
@@ -7,9 +7,8 @@ use cuprate_consensus_context::{
7
BlockWeightsCacheConfig,
8
};
9
use cuprate_types::Chain;
10
-use proptest::collection::vec;
11
-use proptest::prelude::any;
12
-use proptest::{prop_assert_eq, proptest};
+
+use proptest::{collection::vec, prelude::*};
13
14
pub(crate) const TEST_WEIGHT_CONFIG: BlockWeightsCacheConfig =
15
BlockWeightsCacheConfig::new(100, 5000);
@@ -242,5 +241,3 @@ proptest! {
242
241
})?;
243
}
244
245
-
246
-// TODO: protests
0 commit comments