Skip to content

Commit 395aa1d

Browse files
Fix CI
1 parent f9aba4e commit 395aa1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ test('should decode a malformed char that matches the decodeURIComponent regex',
218218
});
219219

220220
test('should be able to conditionally decode a single malformed cookie', function () {
221-
expect(3);
221+
expect(4);
222222
var cookies = Cookies.withConverter(function (value, name) {
223223
if ( name === 'escaped' ) {
224224
return unescape(value);

0 commit comments

Comments
 (0)