Skip to content

Commit

Permalink
finalized cancun spec
Browse files Browse the repository at this point in the history
Signed-off-by: jflo <[email protected]>
  • Loading branch information
jflo committed Jan 4, 2024
1 parent b2b9973 commit 736e014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EVMExecutorTest {
@Test
void currentEVM() {
var subject = EVMExecutor.evm();
assertThat(subject.getEVMVersion()).isEqualTo(EvmSpecVersion.SHANGHAI);
assertThat(subject.getEVMVersion()).isEqualTo(EvmSpecVersion.CANCUN);
}

@ParameterizedTest
Expand Down

0 comments on commit 736e014

Please sign in to comment.