Skip to content

Commit

Permalink
[Github] test: File size: change label unknow file
Browse files Browse the repository at this point in the history
  • Loading branch information
webcaetano committed Apr 30, 2017
1 parent 254fa3f commit 70b0ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-tests/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ t.create('File size 404')
value: Joi.string().regex(/^repo or file not found$/),
}));

t.create('File size for not a regular file')
t.create('File size for unknown file')
.get('/size/webcaetano/craft/build.json')
.expectJSONTypes(Joi.object().keys({
name: Joi.equal('size'),
Expand Down

0 comments on commit 70b0ba9

Please sign in to comment.