Skip to content

Commit c1f288a

Browse files
committed
test: 🧪 add pectra tests
1 parent df6458e commit c1f288a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jsontests/src/run.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ pub fn run_test(
190190
Fork::London => Config::london(),
191191
Fork::Shanghai => Config::shanghai(),
192192
Fork::Cancun => Config::cancun(),
193+
Fork::Prague => Config::prague(),
193194
_ => return Err(Error::UnsupportedFork),
194195
};
195196
config_change(&mut config);

jsontests/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ pub enum Fork {
166166
Paris,
167167
Berlin,
168168
Cancun,
169+
Prague,
169170
London,
170171
Merge,
171172
Shanghai,

0 commit comments

Comments
 (0)