Skip to content

Commit

Permalink
ghedamat is terrible, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedamat committed Mar 30, 2016
1 parent 59fa599 commit 6f693e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/index-nodetest.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ describe('redis plugin', function() {

return previous;
}, []);
assert.equal(messages.length, 11);
assert.equal(messages.length, 12);
});
it('adds default config to the config object', function() {
plugin.configure(context);
Expand Down Expand Up @@ -312,7 +312,7 @@ describe('redis plugin', function() {

return previous;
}, []);
assert.equal(messages.length, 10);
assert.equal(messages.length, 11);
});
it('does not add default config to the config object', function() {
plugin.configure(context);
Expand Down Expand Up @@ -352,7 +352,7 @@ describe('redis plugin', function() {

return previous;
}, []);
assert.equal(messages.length, 10)
assert.equal(messages.length, 11)
});
it('does not add default config to the config object', function() {
plugin.configure(context);
Expand Down Expand Up @@ -392,7 +392,7 @@ describe('redis plugin', function() {

return previous;
}, []);
assert.equal(messages.length, 9);
assert.equal(messages.length, 10);
});

it('does not add default config to the config object', function() {
Expand Down

0 comments on commit 6f693e6

Please sign in to comment.