Skip to content

Commit

Permalink
Cleanup: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Jul 25, 2024
1 parent 18da882 commit 96bdb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/relayer/quoter/quoter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (s *QuoterSuite) TestGetOriginAmount() {
expectedAmount = big.NewInt(1000_000_000)
s.Equal(expectedAmount, quoteAmount)

// Set QuotePct to 25 with MinQuoteAmount of 1500 and MinBalance of 200; should be total balance minus 500.
// Set QuotePct to 25 with MinQuoteAmount of 1500 and MinBalance of 200; should be total balance minus 200.
setQuoteParams(25, 0, "1500", "200")
quoteAmount, err = s.manager.GetOriginAmount(s.GetTestContext(), origin, dest, address, balance)
s.NoError(err)
Expand Down

0 comments on commit 96bdb54

Please sign in to comment.