Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Feb 12, 2025
1 parent 186e551 commit 1de749c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/primitives/src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@ mod scroll_tests {
assert!(EuclidV1Spec::enabled(SpecId::PRE_BERNOULLI));
assert!(EuclidV1Spec::enabled(SpecId::BERNOULLI));
assert!(EuclidV1Spec::enabled(SpecId::CURIE));
assert!(!EuclidV1Spec::enabled(SpecId::EUCLID_V1));
assert!(!EuclidV1Spec::enabled(SpecId::EUCLID_V2));
assert!(!EuclidV1Spec::enabled(SpecId::CANCUN));
assert!(!EuclidV1Spec::enabled(SpecId::LATEST));
Expand Down

0 comments on commit 1de749c

Please # to comment.