Skip to content

Commit 4f583fe

Browse files
tests
1 parent df5d0d6 commit 4f583fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

eth/gasprice/gasprice_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func testGenBlock(t *testing.T, tip int64, numTx int) func(int, *core.BlockGen)
251251
func TestSuggestTipCapNetworkUpgrades(t *testing.T) {
252252
tests := map[string]suggestTipCapTest{
253253
"subnet evm": {
254-
chainConfig: params.TestChainConfig,
254+
chainConfig: params.TestFortunaChainConfig,
255255
expectedTip: DefaultMinPrice,
256256
},
257257
}

plugin/evm/vm_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,9 @@ func TestBuildSubnetEVMBlock(t *testing.T) {
20762076
}
20772077

20782078
func testBuildSubnetEVMBlock(t *testing.T, scheme string) {
2079+
fork := upgradetest.Fortuna
20792080
tvm := newVM(t, testVMConfig{
2081+
fork: &fork,
20802082
genesisJSON: genesisJSONSubnetEVM,
20812083
configJSON: getConfig(scheme, ""),
20822084
})

0 commit comments

Comments
 (0)