From 86cf17c1f4252117e0711ecc42b33f792fb902ff Mon Sep 17 00:00:00 2001 From: Darko Brdareski Date: Mon, 20 Dec 2021 16:51:09 +0100 Subject: [PATCH] Remove bad annotation from gas_test.go --- node/impl/full/gas_test.go | 1 - 1 file changed, 1 deletion(-) 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))