diff --git a/node/impl/full/gas_test.go b/node/impl/full/gas_test.go index c5c2a5522..ac2835790 100644 --- a/node/impl/full/gas_test.go +++ b/node/impl/full/gas_test.go @@ -13,7 +13,6 @@ import ( ) func TestMedian(t *testing.T) { - GAS_001 require.Equal(t, types.NewInt(5), medianGasPremium([]GasMeta{ {big.NewInt(5), build.BlockGasTarget}, }, 1))