diff options
Diffstat (limited to 'tests/state_test.go')
-rw-r--r-- | tests/state_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/state_test.go b/tests/state_test.go index 73dcc59a5..ac839186a 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -751,7 +751,7 @@ func TestEIP158_150SingleCodeGasPrice(t *testing.T) { EIP158Block: big.NewInt(3500000), } - fn := filepath.Join(stateTestDir, "EIP158", "EIP150", "stEIPSingleCodeGasPrices.json") + fn := filepath.Join(stateTestDir, "EIP158", "EIP150", "stEIPsingleCodeGasPrices.json") if err := RunStateTest(chainConfig, fn, StateSkipTests); err != nil { t.Error(err) } |