Skip to content

Commit

Permalink
Newer tests needed an update
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknshah committed Oct 5, 2022
1 parent 3a3f6dd commit 07192f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/pagination.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ErrorStatusCode } from '../src/types'
import { ErrorStatusCode } from '../src/types'
import {
clearAllIndexes,
config,
Expand All @@ -18,7 +18,7 @@ afterAll(() => {
return clearAllIndexes(config)
})

describe.each([{ permission: 'Master' }, { permission: 'Private' }])(
describe.each([{ permission: 'Master' }, { permission: 'Admin' }])(
'Test on pagination',
({ permission }) => {
beforeEach(async () => {
Expand Down Expand Up @@ -80,7 +80,7 @@ describe.each([{ permission: 'Master' }, { permission: 'Private' }])(
}
)

describe.each([{ permission: 'Public' }])(
describe.each([{ permission: 'Search' }])(
'Test on pagination',
({ permission }) => {
beforeEach(async () => {
Expand Down

0 comments on commit 07192f5

Please sign in to comment.