Remove bad annotation from gas_test.go
This commit is contained in:
parent
dda1a42a2a
commit
86cf17c1f4
@ -13,7 +13,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestMedian(t *testing.T) {
|
func TestMedian(t *testing.T) {
|
||||||
GAS_001
|
|
||||||
require.Equal(t, types.NewInt(5), medianGasPremium([]GasMeta{
|
require.Equal(t, types.NewInt(5), medianGasPremium([]GasMeta{
|
||||||
{big.NewInt(5), build.BlockGasTarget},
|
{big.NewInt(5), build.BlockGasTarget},
|
||||||
}, 1))
|
}, 1))
|
||||||
|
Loading…
Reference in New Issue
Block a user