Skip to content

Commit a6fe73c

Browse files
mshlzlucianopf
authored andcommitted
fix e2e test
1 parent e34ab73 commit a6fe73c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/cep-promise.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ describe('[e2e] cep-promise', () => {
6161
message: 'CEP INVÁLIDO',
6262
service: 'correios'
6363
},
64+
{
65+
message: 'CEP não encontrado na base dos Correios.',
66+
service: 'correios'
67+
},
6468
{
6569
message: 'CEP não encontrado na base do ViaCEP.',
6670
service: 'viacep'

0 commit comments

Comments
 (0)