Skip to content

Commit ca542c3

Browse files
committed
Fix test name to match what's tested
1 parent 1876d3f commit ca542c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseQuery.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3249,7 +3249,7 @@ describe('Parse.Query testing', () => {
32493249
})
32503250
});
32513251

3252-
it('should match complex structure with dot notation when using matchesKeyInQuery', function(done) {
3252+
it('should match complex structure with dot notation when using doesNotMatchKeyInQuery', function(done) {
32533253
const group1 = new Parse.Object('Group', {
32543254
name: 'Group #1'
32553255
});

0 commit comments

Comments
 (0)