Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
begmaroman committed Sep 8, 2023
1 parent d66e08f commit 5c855e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func Test_Transition_checkDynamicFees(t *testing.T) {
},
wantErr: func(t assert.TestingT, err error, i ...interface{}) bool {
expectedError := fmt.Sprintf("max fee per gas less than block base fee: "+
"address %s, GasFeeCap: 10, BaseFee: 20", types.ZeroAddress)
"address %s, GasFeeCap/GasPrice: 10, BaseFee: 20", types.ZeroAddress)
assert.EqualError(t, err, expectedError, i)

return true
Expand Down

0 comments on commit 5c855e3

Please sign in to comment.