Skip to content

Commit

Permalink
Spotinst - updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnoehren committed Jan 2, 2018
1 parent 7e0bf65 commit 65195ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/create/create.test.js
Expand Up @@ -506,7 +506,7 @@ describe('Create', () => {
expect(dirContent).to.include('package.json');
expect(dirContent).to.include('serverless.yml');
expect(dirContent).to.include('pom.xml');
expect(dirContent).to.include('src/main/java/com/serverless/Handler.java');
expect(dirContent).to.include('./src/main/java/com/serverless/Handler.java');
expect(dirContent).to.include('.gitignore');
});
});
Expand Down

0 comments on commit 65195ba

Please sign in to comment.