Skip to content

Commit

Permalink
fix regression test linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Oct 14, 2014
1 parent 20c301e commit a346a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ describe('storage', function() {
expires: Math.round(Date.now() / 1000) + 283473274
}, function(err, signedDeleteUrl) {
assert.ifError(err);
request.del(signedDeleteUrl, function(err, resp) {
request.del(signedDeleteUrl, function() {
file.getMetadata(function(err) {
assert.equal(err.code, 404);
done();
Expand Down

0 comments on commit a346a59

Please sign in to comment.