Skip to content

Commit 3cc068a

Browse files
author
Josh Hollinshead
committed
Fix failing test
1 parent bfc3a66 commit 3cc068a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe('s3 plugin', function() {
128128
return previous;
129129
}, []);
130130

131-
assert.equal(messages.length, 6);
131+
assert.equal(messages.length, 7);
132132
});
133133

134134
describe('required config', function() {

0 commit comments

Comments
 (0)