Skip to content

Commit

Permalink
fix(statetest): Add back Merge spec (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jul 25, 2024
1 parent e123600 commit 28b7021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bins/revme/src/cmd/statetest/models/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub enum SpecName {
BerlinToLondonAt5,
London,
Paris,
Merge,
Shanghai,
Cancun,
Prague,
Expand All @@ -43,7 +44,7 @@ impl SpecName {
Self::Istanbul => SpecId::ISTANBUL,
Self::Berlin => SpecId::BERLIN,
Self::London | Self::BerlinToLondonAt5 => SpecId::LONDON,
Self::Paris => SpecId::MERGE,
Self::Paris | Self::Merge => SpecId::MERGE,
Self::Shanghai => SpecId::SHANGHAI,
Self::Cancun => SpecId::CANCUN,
Self::Prague => SpecId::PRAGUE,
Expand Down

0 comments on commit 28b7021

Please sign in to comment.