Skip to content

Commit a21b293

Browse files
refactor: aplica sugestões do @lucianopf de fixar a string do service nos testes
Co-authored-by: Luciano Pellacani Franca <[email protected]>
1 parent aba649f commit a21b293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/cep-promise.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('cep-promise (unit)', () => {
238238
city: 'São Paulo',
239239
neighborhood: 'Perdizes',
240240
street: 'Rua Caiubi',
241-
service: address.service
241+
service: 'correios'
242242
})
243243
)
244244
})
@@ -274,7 +274,7 @@ describe('cep-promise (unit)', () => {
274274
city: 'São Paulo',
275275
neighborhood: 'Perdizes',
276276
street: 'Rua Caiubi',
277-
service: address.service
277+
service: 'viacep'
278278
})
279279
)
280280
})
@@ -310,7 +310,7 @@ describe('cep-promise (unit)', () => {
310310
city: 'São Paulo',
311311
neighborhood: 'Perdizes',
312312
street: 'Rua Caiubi',
313-
service: address.service
313+
service: 'widenet'
314314
}))
315315
})
316316
})

0 commit comments

Comments
 (0)