Skip to content

Commit 9cc187d

Browse files
Fix name on tests
1 parent 915634b commit 9cc187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/cep-promise-providers.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('when invoked with providers parameter', () => {
146146
.get('/v1/cep/05010000')
147147
.replyWithFile(
148148
200,
149-
path.join(__dirname, '/fixtures/viacep-cep-05010000-found.json')
149+
path.join(__dirname, '/fixtures/postmon-cep-05010000-found.json')
150150
)
151151

152152
const wideNetMock = nock('https://cdn.apicep.com')

0 commit comments

Comments
 (0)