Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
irina060981 committed Jun 25, 2021
1 parent df9fdaf commit cef3379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-adapters/tests/client-adapters.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ describe('client-adapters.test.js', () => {
expect(res1.errors).toEqual([])
expect(res1.result).toEqual(expect.any(Collection))

expect(res1.result.pagination).toEqual({ first: 1, next: 4, last: 204, previous: 2, current: 3 })
expect(res1.result.pagination).toEqual({ first: 1, next: 4, last: 206, previous: 2, current: 3 })
}, 50000)

it.skip('29 ClientAdapters - dtsApiMethod - getCollection could have pagination', async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ describe('AppController', () => {
getMouseMoveOverride: expect.any(Function),
clearMouseMoveOverride: expect.any(Function),
applyAllOptions: expect.any(Function),
applyResourceOption: expect.any(Function),
applyUIOption: expect.any(Function),
applyFeatureOption: expect.any(Function),
updateLanguage: expect.any(Function),
Expand Down

0 comments on commit cef3379

Please sign in to comment.