Skip to content

Commit c4ea916

Browse files
committed
Update tests
1 parent ce8beb1 commit c4ea916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/stringify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ test('array stringify representation with array commas and null value', t => {
132132
bar: [null]
133133
}, {
134134
arrayFormat: 'comma'
135-
}), 'foo=a');
135+
}), 'bar=&foo=,a,,');
136136
});
137137

138138
test('array stringify representation with array commas and 0 value', t => {
@@ -141,7 +141,7 @@ test('array stringify representation with array commas and 0 value', t => {
141141
bar: [null]
142142
}, {
143143
arrayFormat: 'comma'
144-
}), 'foo=a,0');
144+
}), 'bar=&foo=a,,0');
145145
});
146146

147147
test('array stringify representation with a bad array format', t => {

0 commit comments

Comments
 (0)