Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Mar 23, 2018
1 parent ce79799 commit a87188e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/closet/non-ambiguous-hc-file-cwd/package.json
@@ -1,3 +1,3 @@
{
"name": "ambiguous-hc-file"
"name": "non-ambiguous-hc-file-cwd"
}
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -181,7 +181,7 @@ describe('hpal', () => {
});
});

it('succeeds when finding a .hc.js file is not ambiguous in the project only due to the cwd.', () => {
it('succeeds when finding a .hc.js file from a cwd deep in the project.', () => {

return RunUtil.cli(['make', 'route'], 'non-ambiguous-hc-file-cwd/project-a')
.then((result) => {
Expand Down

0 comments on commit a87188e

Please sign in to comment.