Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanH committed Dec 5, 2023
1 parent a958b6a commit 372ba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/rx-query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ describe('rx-query.test.ts', () => {
const result2 = await query2.exec();

assert.strictEqual(query1._execOverDatabaseCount, 0);
assert.strictEqual(query2._execOverDatabaseCount, 0);
assert.strictEqual(query2._execOverDatabaseCount, 1);
assert.deepStrictEqual(result2.map(item => item.passportId), ['1', '3']);

collection.database.destroy();
Expand Down

0 comments on commit 372ba29

Please sign in to comment.