diff --git a/test/stringify.js b/test/stringify.js index de2724fd..9d82ce21 100644 --- a/test/stringify.js +++ b/test/stringify.js @@ -105,7 +105,7 @@ test('stringify()', function (t) { ); st.equal( qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'comma' }), - 'a=b,c,d', + 'a=b%2Cc%2Cd', 'comma => comma' ); st.equal(