Fix test name to match what's tested

This commit is contained in:
Arthur Cinader
2017-11-29 10:07:08 -08:00
parent 1876d3f3fd
commit ca542c3750

View File

@@ -3249,7 +3249,7 @@ describe('Parse.Query testing', () => {
})
});
it('should match complex structure with dot notation when using matchesKeyInQuery', function(done) {
it('should match complex structure with dot notation when using doesNotMatchKeyInQuery', function(done) {
const group1 = new Parse.Object('Group', {
name: 'Group #1'
});