Skip to content

Commit aa95f1f

Browse files
committed
fix test
1 parent 5ff316b commit aa95f1f

File tree

1 file changed

+2
-5
lines changed
  • crates/mpcs/src/basefold/encoding

1 file changed

+2
-5
lines changed

crates/mpcs/src/basefold/encoding/rs.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,7 @@ mod tests {
292292

293293
use ff_ext::GoldilocksExt2;
294294
use itertools::izip;
295-
use p3::{
296-
commit::{ExtensionMmcs, Mmcs},
297-
goldilocks::Goldilocks,
298-
};
295+
use p3::{commit::ExtensionMmcs, goldilocks::Goldilocks};
299296

300297
use rand::rngs::OsRng;
301298
use transcript::BasicTranscript;
@@ -365,7 +362,7 @@ mod tests {
365362
),
366363
);
367364
assert_eq!(
368-
&mmcs_ext.get_matrices(&prove_data[0])[0].values,
365+
&running_codeword_opt.as_ref().unwrap().values,
369366
&codeword_from_folded_rmm.values
370367
);
371368
}

0 commit comments

Comments
 (0)