Skip to content

Commit

Permalink
Fix typos in test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWr committed Jul 11, 2024
1 parent 2d249cf commit 378ad52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/scriptlets/set-cookie.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ const cookies = [
['__test-cookie_disabled', 'disabled'],
['__test-cookie_necessary', 'necessary'],
['__test-cookie_required', 'required'],
['__test-cookie_required', 'hide'],
['__test-cookie_required', 'hidden'],
['__test-cookie_required', 'essential'],
['__test-cookie_required', 'nonessential'],
['__test-cookie_hide', 'hide'],
['__test-cookie_hidden', 'hidden'],
['__test-cookie_essential', 'essential'],
['__test-cookie_nonessential', 'nonessential'],
];

test.each('Set cookie with valid value', cookies, (assert, [cName, cValue]) => {
Expand Down

0 comments on commit 378ad52

Please sign in to comment.