Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Sep 1, 2023
1 parent 0a3ea1e commit ef26761
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 @@ -273,7 +273,7 @@ describe('Poll Single Orders', () => {
// THEN: we expect no CALLs to the
expect(mockGetTradeableOrderWithSignature).toBeCalledTimes(1)

// THEN: We expect a SUCCESS result, which returns the order and the signature
// THEN: We receive an unexpected error
expect(pollResult).toEqual({
result: PollResultCode.UNEXPECTED_ERROR,
error,
Expand Down

0 comments on commit ef26761

Please sign in to comment.