Skip to content

Commit

Permalink
Remove redundant assert_eq.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Jan 11, 2024
1 parent ed0aa43 commit e84433b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/coprocessor/memoset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -811,9 +811,6 @@ mod test {
expect_eq(cs.num_constraints(), expect!["10826"]);
expect_eq(cs.aux().len(), expect!["10859"]);

assert_eq!(10826, cs.num_constraints());
assert_eq!(10859, cs.aux().len());

let unsat = cs.which_is_unsatisfied();

if unsat.is_some() {
Expand Down

0 comments on commit e84433b

Please sign in to comment.