Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
fix(test): fix breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed May 16, 2017
1 parent 46658fa commit 525312a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test.group('New | Steps | clone', () => {
try {
await steps.clone('adonisjs/foo-app', appPath, chalk, function () {})
} catch ({ message }) {
assert.include(message, 'Repository not found')
assert.isDefined(message)
}
}).timeout(0)

Expand Down

0 comments on commit 525312a

Please sign in to comment.