Skip to content

Commit ce6633d

Browse files
committed
un-fit
1 parent 0c1c7ee commit ce6633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseQuery.hint.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe_only_db('mongo')('Parse.Query hint', () => {
146146
expect(queryPlanner.winningPlan.queryPlan.inputStage.inputStage.indexName).toBe('_id_');
147147
});
148148

149-
fit_only_mongodb_version('>=5.2')('query aggregate with hint string', async () => {
149+
it_only_mongodb_version('>=5.2')('query aggregate with hint string', async () => {
150150
const object = new TestObject({ foo: 'bar' });
151151
await object.save();
152152

0 commit comments

Comments
 (0)