Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
parodime committed Nov 11, 2024
1 parent 1e3bac6 commit 77ffbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/rfq/relayer/quoter/quoter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func (s *QuoterSuite) TestGetOriginAmountActiveQuotes() {
s.Equal(expectedAmount, quoteAmount)

// Set QuotePct to 1 with MinQuoteAmount of 0;
//should return zero even though we can partially cover -- because deposit amount is all-or-nothing.
// should return zero even though we can partially cover -- because deposit amount is all-or-nothing.
// IE: we're only willing to use 1% of our balance, which does not cover deposit amount.
setQuoteParams(quoteParams{
quotePct: 1,
Expand Down Expand Up @@ -343,7 +343,7 @@ func (s *QuoterSuite) TestGetOriginAmountActiveQuotes() {
s.Equal(expectedAmount, quoteAmount)

// test depositAmount below both the quotePct ceiling and minQuoteAmount ceiling
// output s/b 0 as neither ceiling setting accomodates the deposit amount
// output s/b 0 as neither ceiling setting accommodates the deposit amount
setQuoteParams(quoteParams{
quotePct: 1,
quoteOffset: 0,
Expand Down

0 comments on commit 77ffbd2

Please sign in to comment.