Skip to content

Commit e7836b7

Browse files
remove comment since it explains the bug
Signed-off-by: Rahul Lanjewar <[email protected]>
1 parent fc67ed7 commit e7836b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/ParseQuery.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5308,10 +5308,6 @@ describe('Parse.Query testing', () => {
53085308
});
53095309

53105310
describe_only_db('mongo')('query nested keys', () => {
5311-
/**
5312-
* If we use equalTo to compare the nested pointer it works
5313-
* But it does not work with contained in or matchesQuery
5314-
*/
53155311
it('queries nested key using equalTo', async () => {
53165312
const child = new Parse.Object('Child');
53175313
child.set('key', 'value');

0 commit comments

Comments
 (0)