Skip to content

Commit 813b18d

Browse files
vm: fix eip2315 tests
1 parent 28caab5 commit 813b18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/tests/api/berlin/eip-2315.spec.ts renamed to packages/vm/tests/api/EIPs/eip-2315.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import VM from '../../../lib'
44
import Common from '@ethereumjs/common'
55

66
tape('Berlin: EIP 2315 tests', (t) => {
7-
const common = new Common({ chain: 'mainnet', hardfork: 'berlin' })
7+
const common = new Common({ chain: 'mainnet', hardfork: 'berlin', eips: [2315] })
88

99
const runTest = async function (test: any, st: tape.Test) {
1010
let i = 0

0 commit comments

Comments
 (0)