Skip to content

Commit

Permalink
fix RETURN: [] test
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale authored Feb 23, 2023
1 parent 848ec31 commit 26ba8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/search/lib/commands/SEARCH.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('SEARCH', () => {
RETURN: []
}),
{
total: 1,
total: 2,
documents: [{
id: '1',
value: Object.create(null)
Expand Down

0 comments on commit 26ba8d7

Please sign in to comment.