Skip to content

Commit 18b4533

Browse files
committed
debug
1 parent 7c01a91 commit 18b4533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/ParseQuery.hint.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ describe_only_db('mongo')('Parse.Query hint', () => {
3030
fit_only_mongodb_version('<5.1>=6')('debug', async () => {
3131
});
3232

33+
fit_only_mongodb_version('>5.1<6')('debug', async () => {
34+
});
35+
3336
it_only_mongodb_version('<5.1 || >=6')('query find with hint string', async () => {
3437
const object = new TestObject();
3538
await object.save();

0 commit comments

Comments
 (0)