Skip to content

Commit f7c11d2

Browse files
committed
fix: unit test
1 parent 7a4e177 commit f7c11d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-javascript/packages/algoliasearch/__tests__/algoliasearch.worker.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test('sets the ua', () => {
99
const client = algoliasearch('APP_ID', 'API_KEY');
1010
expect(client.transporter.algoliaAgent).toEqual({
1111
add: expect.any(Function),
12-
value: expect.stringContaining(`Algolia for JavaScript (${apiClientVersion}); Search (${apiClientVersion}); Fetch`),
12+
value: expect.stringContaining(`Algolia for JavaScript (${apiClientVersion}); Search (${apiClientVersion}); Worker`),
1313
});
1414
});
1515

0 commit comments

Comments
 (0)