diff --git a/rollup/abi/bridge_abi_test.go b/rollup/abi/bridge_abi_test.go index de8a2bd6f..e20fb726e 100644 --- a/rollup/abi/bridge_abi_test.go +++ b/rollup/abi/bridge_abi_test.go @@ -52,7 +52,7 @@ func TestPackImportGenesisBatch(t *testing.T) { assert.NoError(err) } -func TestPackSetL1BaseFee(t *testing.T) { +func TestPackSetL1BaseFeeAndBlobBaseFee(t *testing.T) { assert := assert.New(t) l1GasOracleABI, err := L1GasPriceOracleMetaData.GetAbi()