Skip to content

Commit

Permalink
fix: Fix failing test in #702
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Nov 25, 2022
1 parent 03805f9 commit a2a4c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paginator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('Paginator', () => {
await paginator.next();
expect(http.request).toBeCalledWith({
method: 'get',
params: undefined,
params: {},
url: '/api/v1/timelines/home?max_id=109382006402042919',
});
});
Expand Down

0 comments on commit a2a4c26

Please sign in to comment.