From ca542c375006c8f48e42bd4188ba2d4e107225fa Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Wed, 29 Nov 2017 10:07:08 -0800 Subject: [PATCH] Fix test name to match what's tested --- spec/ParseQuery.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ParseQuery.spec.js b/spec/ParseQuery.spec.js index 08f22d16..000fbe62 100644 --- a/spec/ParseQuery.spec.js +++ b/spec/ParseQuery.spec.js @@ -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' });