Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Nov 14, 2024
1 parent 258a3b4 commit ea81b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/llo/evm/fees_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ func Test_Fees(t *testing.T) {
BaseUSDFee, err = decimal.NewFromString("0.1")
require.NoError(t, err)
fee := CalculateFee(tokenPriceInUSD, BaseUSDFee)
assert.Equal(t, big.NewInt(1), fee)
assert.Equal(t, big.NewInt(0), fee)
})
}

0 comments on commit ea81b77

Please sign in to comment.