Skip to content

Commit 01665c5

Browse files
committed
fix: remove warnings for this feature flag test
1 parent 9b580c2 commit 01665c5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/verify_window_post_test.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
use filecoin_proofs_api::post::verify_window_post;
2-
use filecoin_proofs_api::RegisteredPoStProof::{
3-
StackedDrgWindow32GiBV1, StackedDrgWindow32GiBV1_2,
4-
};
5-
use filecoin_proofs_api::{PublicReplicaInfo, RegisteredPoStProof};
6-
use filecoin_proofs_v1::{ChallengeSeed, ProverId};
7-
use std::collections::BTreeMap;
8-
use storage_proofs_core::sector::SectorId;
9-
101
#[test]
112
#[cfg(feature = "big-tests")]
123
fn verify_post() {
4+
use filecoin_proofs_api::post::verify_window_post;
5+
use filecoin_proofs_api::RegisteredPoStProof::{
6+
StackedDrgWindow32GiBV1, StackedDrgWindow32GiBV1_2,
7+
};
8+
use filecoin_proofs_api::{PublicReplicaInfo, RegisteredPoStProof};
9+
use filecoin_proofs_v1::{ChallengeSeed, ProverId};
10+
use std::collections::BTreeMap;
11+
use storage_proofs_core::sector::SectorId;
12+
1313
let randomness = ChallengeSeed::from([
1414
47, 180, 15, 215, 4, 51, 54, 214, 69, 205, 19, 137, 99, 198, 249, 96, 246, 73, 219, 83,
1515
160, 245, 50, 226, 100, 89, 142, 159, 83, 226, 237, 35,

0 commit comments

Comments
 (0)