Skip to content

Commit

Permalink
chore: typo at test
Browse files Browse the repository at this point in the history
Co-Authored-By: Lucas Oliveira <[email protected]>
  • Loading branch information
lucianopf and oliveira authored May 30, 2019
1 parent a8f73a5 commit c041de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/bradesco/edi.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Bradesco EDI Parser', () => {
boleto2 = result.boletos[1]
})

it('should have found 1 boleto', () => {
it('should have found 2 boletos', () => {
expect(result.boletos).to.have.lengthOf(2)
})

Expand Down

0 comments on commit c041de1

Please sign in to comment.