Skip to content

Commit

Permalink
fix(lint): fix lint in mock service
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Sep 19, 2017
1 parent 3bad8f7 commit e4c61b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/mockService.js
Expand Up @@ -23,7 +23,7 @@ module.exports = class MockService {
*/
constructor (consumer, provider, port, host, ssl, pactfileWriteMode) {
if (isNil(consumer) || isNil(provider)) {
logger.warn('Warning: Consumer\Provider details not provided, ensure ' +
logger.warn('Warning: Consumer\\Provider details not provided, ensure ' +
'that the mock service has been started with this information')
}

Expand Down

0 comments on commit e4c61b1

Please sign in to comment.