Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Mar 15, 2024
1 parent 446f119 commit e55dd1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/evm/vm_upgrade_bytes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ func TestNetworkUpgradesOverriden(t *testing.T) {
require.True(t, vm.chainConfig.IsSubnetEVM(2))
require.False(t, vm.chainConfig.IsDurango(0))
require.True(t, vm.chainConfig.IsDurango(5))

}

func mustMarshal(t *testing.T, v interface{}) string {
Expand Down

0 comments on commit e55dd1b

Please sign in to comment.