Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszhernas committed Feb 12, 2024
1 parent 4227ab6 commit dbdf948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ describe('`expand()`', () => {
expect(expand({ 'a[0]': 4, 'a[1]': 5 })).deep.equal({ a: [4, 5] })
})

it('array-like meshed with string', () => {
it('array-like mixed with string value', () => {
// Handles cases with URL with query params that overlap array-like with normal values.
// For example, used by Apple Music API: "include=record-labels,artists&include[music-videos]=artists"
// https://github.com/nock/nock/issues/2541
Expand Down

0 comments on commit dbdf948

Please sign in to comment.