Skip to content

Commit

Permalink
fix_: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
friofry authored and clauxx committed Jan 24, 2025
1 parent 4dbaa44 commit 5ef695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/wallet/router/fees/fees_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func TestSuggestedFeesForEIP1559CompatibleChains(t *testing.T) {
assert.NoError(t, err)
assert.NotNil(t, suggestedFees)

assert.Nil(t, suggestedFees.GasPrice)
assert.Equal(t, big.NewInt(0), suggestedFees.GasPrice)
assert.Equal(t, big.NewInt(6958609414), suggestedFees.BaseFee)
assert.Equal(t, big.NewInt(6958609414), suggestedFees.CurrentBaseFee)
assert.Equal(t, big.NewInt(7928609414), suggestedFees.MaxFeesLevels.Low.ToInt())
Expand Down

0 comments on commit 5ef695a

Please sign in to comment.