Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Aug 8, 2024
1 parent 67a665e commit a43d391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func TestCommitStoreReaders(t *testing.T) {
}
gasPrice := big.NewInt(10)
daPrice := big.NewInt(20)
ge.On("GetFee", mock.Anything, mock.Anything, mock.Anything, assets.NewWei(maxGasPrice)).Return(gas.EvmFee{Legacy: assets.NewWei(gasPrice)}, uint64(0), nil)
ge.On("GetFee", mock.Anything, mock.Anything, mock.Anything, assets.NewWei(maxGasPrice), (*common.Address)(nil)).Return(gas.EvmFee{Legacy: assets.NewWei(gasPrice)}, uint64(0), nil)
lm.On("GasPrice", mock.Anything).Return(assets.NewWei(daPrice), nil)

for v, cr := range crs {
Expand Down

0 comments on commit a43d391

Please sign in to comment.