Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: mfw78 <[email protected]>
  • Loading branch information
anxolin and mfw78 authored Sep 1, 2023
1 parent ef26761 commit 80db2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composable/ConditionalOrder.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ describe('Poll Single Orders', () => {
// WHEN: we poll
const pollResult = await order.poll(param)

// THEN: we expect no CALLs to the
// THEN: we expect 1 CALL to the
expect(mockGetTradeableOrderWithSignature).toBeCalledTimes(1)

// THEN: We receive an unexpected error
Expand Down

0 comments on commit 80db2c0

Please sign in to comment.