Skip to content

Commit ccf5a60

Browse files
fix: remove async
1 parent 89f8750 commit ccf5a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseQuery.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5307,7 +5307,7 @@ describe('Parse.Query testing', () => {
53075307
}, { useMasterKey: true });
53085308
});
53095309

5310-
describe_only_db('mongo')('check if containedIn and matchesQuery works with nested keys', async () => {
5310+
describe_only_db('mongo')('check if containedIn and matchesQuery works with nested keys', () => {
53115311
/**
53125312
* If we use equalTo to compare the nested pointer it works
53135313
* But it does not work with contained in or matchesQuery

0 commit comments

Comments
 (0)