Skip to content

Commit c041de1

Browse files
lucianopfoliveira
andauthored
chore: typo at test
Co-Authored-By: Lucas Oliveira <trueoliveir4@gmail.com>
1 parent a8f73a5 commit c041de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/bradesco/edi.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('Bradesco EDI Parser', () => {
2222
boleto2 = result.boletos[1]
2323
})
2424

25-
it('should have found 1 boleto', () => {
25+
it('should have found 2 boletos', () => {
2626
expect(result.boletos).to.have.lengthOf(2)
2727
})
2828

0 commit comments

Comments
 (0)