Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
Fix test after renaming variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Aug 3, 2016
1 parent 80dbd6a commit cbe7904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gulp/uploading/ghpages.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test('does not contain wrong uploading packages', () => {
test('contains deploy function', () => {
[
'const gulp',
'const ghpages',
'const ghPages',
'gulp.task(\'upload'
].forEach(field => {
assert.fileContent('gulp/tasks/uploading.js', field);
Expand Down

0 comments on commit cbe7904

Please sign in to comment.