Skip to content

Commit

Permalink
Fix test name to match what's tested
Browse files Browse the repository at this point in the history
  • Loading branch information
acinader committed Nov 30, 2017
1 parent 1876d3f commit ca542c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseQuery.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
});
Expand Down

0 comments on commit ca542c3

Please sign in to comment.