Skip to content

Commit

Permalink
update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasassisrosa committed Sep 25, 2019
1 parent 69f7d1b commit c3e709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('utils', function() {
{b: 'c'},
{b: 'd'},
],
})).to.equal('a[0][b]=c&a[1][b]=d');
})).to.equal('a[][b]=c&a[][b]=d');
})

it('Handles indexed arrays', function() {
Expand Down

0 comments on commit c3e709f

Please sign in to comment.