Skip to content

Commit c76131c

Browse files
Use the same naming used in the source
1 parent 432b398 commit c76131c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ test('RFC 6265 - reading cookie-octet enclosed in DQUOTE', function () {
237237
strictEqual(Cookies.get('c'), 'v', 'should decode the quotes');
238238
});
239239

240-
test('RFC 6265 - disallowed characters in cookie-octet', function () {
240+
test('RFC 6265 - unallowed characters in cookie-octet', function () {
241241
expect(9);
242242

243243
Cookies.set('whitespace', ' ');
@@ -265,7 +265,7 @@ test('RFC 6265 - disallowed characters in cookie-octet', function () {
265265
Cookies.remove('multiple');
266266
});
267267

268-
test('RFC 6265 - disallowed characters in cookie-name', function () {
268+
test('RFC 6265 - unallowed characters in cookie-name', function () {
269269
expect(38);
270270

271271
Cookies.set('(', 'v');

0 commit comments

Comments
 (0)