Skip to content

Commit

Permalink
Added missing semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jun 28, 2015
1 parent e5490c4 commit 40bc02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libs/validators/chunked-upload-validators-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('chunked-upload-validators.js', function () {
should.exist(valid);
valid.should.be.a.String();
valid.should.equal('Upload count missing, or does not match computed value, check upload file size and chunkSize.');
})
});

it('should NOT return the signifier of a valid call for an uploadRequest with improper parameter typing', function() {
var valid = validators.validateUploadRequest({
Expand Down

0 comments on commit 40bc02e

Please sign in to comment.