Skip to content

Commit 86f6863

Browse files
authored
Revert comment changes
1 parent 65941a1 commit 86f6863

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
@@ -5214,8 +5214,8 @@ describe('Parse.Query testing', () => {
52145214
const query = new Parse.Query('_User');
52155215
query.equalTo('objectId', user.id);
52165216
query.explain();
5217-
//Verify
52185217
const results = await query.find();
5218+
// Validate
52195219
expect(results[0].executionStats).not.toBeUndefined();
52205220
});
52215221
});

0 commit comments

Comments
 (0)