We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef50fa commit 6577673Copy full SHA for 6577673
test/run-integration.js
@@ -146,7 +146,7 @@ function getSettings(t) {
146
.then(function() {return index.getSettings({advanced: 1});})
147
.then(get('attributesForFaceting'))
148
.then(_.partialRight(t.deepEqual, ['searchable(category)'], 'Settings were get (advanced)'))
149
- .then(index.getSettings)
+ .then(function() {return index.getSettings();})
150
151
.then(_.partialRight(t.deepEqual, ['searchable(category)'], 'Settings were get'))
152
.then(noop, _.bind(t.error, t));
0 commit comments