Skip to content

Commit 6577673

Browse files
committed
chore: more advanced getSettings test
1 parent 3ef50fa commit 6577673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function getSettings(t) {
146146
.then(function() {return index.getSettings({advanced: 1});})
147147
.then(get('attributesForFaceting'))
148148
.then(_.partialRight(t.deepEqual, ['searchable(category)'], 'Settings were get (advanced)'))
149-
.then(index.getSettings)
149+
.then(function() {return index.getSettings();})
150150
.then(get('attributesForFaceting'))
151151
.then(_.partialRight(t.deepEqual, ['searchable(category)'], 'Settings were get'))
152152
.then(noop, _.bind(t.error, t));

0 commit comments

Comments
 (0)