Skip to content

Commit

Permalink
Update model.indexes.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 13, 2023
1 parent 77b9d99 commit 7364264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.indexes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ describe('model', function() {
assert.strictEqual(results1, []);
// second call to syncIndexes should return an empty array, representing 0 deleted indexes
TestModel.syncIndexes().then((results2) => {
assert.strictEqual(results2, []);
assert.deepEqual(results2, []);
done();
});
});
Expand Down

0 comments on commit 7364264

Please sign in to comment.