File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { ErrorStatusCode } from '../src/types'
1+ import { ErrorStatusCode } from '../src/types'
22import {
33 clearAllIndexes ,
44 config ,
@@ -18,7 +18,7 @@ afterAll(() => {
1818 return clearAllIndexes ( config )
1919} )
2020
21- describe . each ( [ { permission : 'Master' } , { permission : 'Private ' } ] ) (
21+ describe . each ( [ { permission : 'Master' } , { permission : 'Admin ' } ] ) (
2222 'Test on pagination' ,
2323 ( { permission } ) => {
2424 beforeEach ( async ( ) => {
@@ -80,7 +80,7 @@ describe.each([{ permission: 'Master' }, { permission: 'Private' }])(
8080 }
8181)
8282
83- describe . each ( [ { permission : 'Public ' } ] ) (
83+ describe . each ( [ { permission : 'Search ' } ] ) (
8484 'Test on pagination' ,
8585 ( { permission } ) => {
8686 beforeEach ( async ( ) => {
You can’t perform that action at this time.
0 commit comments