Skip to content

Commit

Permalink
[Tests] fix a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 7, 2024
1 parent 60b6254 commit d089efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stringify.js
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ test('stringify()', function (t) {
};

st.equal(
qs.stringify(obj, { arrayFormat: 'bracket', charset: 'utf-8' }),
qs.stringify(obj, { arrayFormat: 'brackets', charset: 'utf-8' }),
'foo=' + expected.join('')
);

Expand Down

0 comments on commit d089efd

Please sign in to comment.