Skip to content

Commit c394d6f

Browse files
bidoubiwaalallema
andauthored
Update tests/search-resolver.tests.ts
Co-authored-by: Amélie <[email protected]>
1 parent 1c81573 commit c394d6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/search-resolver.tests.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ describe('Pagination browser test', () => {
7575
apiKey: '',
7676
})
7777
expect(mockedSearch).toHaveBeenCalledTimes(2)
78-
})
79-
test('Test two same and one different search parameter', async () => {
78+
})
79+
80+
test('Test two identical and one different search parameters', async () => {
8081
const searchParameters1 = {
8182
indexName: 'movies',
8283
params: {

0 commit comments

Comments
 (0)