Skip to content

Commit

Permalink
fix: cursor test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Jul 12, 2024
1 parent 3a18229 commit 995aeb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ describe('TransactionsController', () => {
projectId,
cursor: undefined,
onramp: undefined,
cache: 'default'
cache: undefined
})
expect(TransactionsController.state.next).toBe('cursor')
})
Expand Down

0 comments on commit 995aeb1

Please sign in to comment.