Skip to content

Commit 649507d

Browse files
authored
rename test
Signed-off-by: Manuel <[email protected]>
1 parent be419ed commit 649507d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/MongoStorageAdapter.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ describe_only_db('mongo')('MongoStorageAdapter', () => {
417417
expect(query1.length).toEqual(1);
418418
})
419419

420-
it('Parse query works when containedIn is used', async () => {
420+
it('queries nested objects using containedIn', async () => {
421421
const child = new Parse.Object('Child')
422422
child.set('key','value')
423423
await child.save();

0 commit comments

Comments
 (0)