Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Pandey authored and lightsing committed Oct 30, 2024
1 parent 24e4faa commit 6e3fa73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/primitives/src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,8 @@ mod scroll_tests {
assert!(EuclidSpec::enabled(SpecId::SHANGHAI));
assert!(EuclidSpec::enabled(SpecId::PRE_BERNOULLI));
assert!(EuclidSpec::enabled(SpecId::BERNOULLI));
assert!(!EuclidSpec::enabled(SpecId::CURIE));
assert!(!EuclidSpec::enabled(SpecId::CANCUN));
assert!(EuclidSpec::enabled(SpecId::CURIE));
assert!(EuclidSpec::enabled(SpecId::CANCUN));
assert!(!EuclidSpec::enabled(SpecId::LATEST));
}
}

0 comments on commit 6e3fa73

Please sign in to comment.