Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
test(client): update index name (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuret authored and francoischalifour committed Sep 11, 2018
1 parent dd888f2 commit 3564274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/algoliasearch.helper/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test('getClient / setClient', function(t) {
test('initial client === getClient', function(t) {
t.plan(1);
var client = algoliasearch('latency', '6be0576ff61c053d5f9a3225e2a90f76');
var helper = algoliaSearchHelper(client, 'ikea', {});
var helper = algoliaSearchHelper(client, 'instant_search', {});
helper.setQuery('blah').search();
t.equal(client, helper.getClient());
});

0 comments on commit 3564274

Please sign in to comment.