Skip to content

Commit

Permalink
test(query): fix model: querying: with conditionals pending number
Browse files Browse the repository at this point in the history
  • Loading branch information
Fonger committed Aug 6, 2018
1 parent c8be4f0 commit 73cee9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.querying.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ describe('model: querying:', function() {
assert.equal(tests.length, 3);
});

var pending = 9;
var pending = 10;

function cb() {
if (--pending) {
Expand Down

0 comments on commit 73cee9c

Please sign in to comment.