Skip to content

Commit

Permalink
"\s".replace("")
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Feb 24, 2015
1 parent 2a81d2d commit 8308106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storage/bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe('Bucket', function() {
bucket.file('destination.txt')
];

async.each(destinations, function (destination, next) {
async.each(destinations, function(destination, next) {
bucket.storage.makeAuthorizedRequest_ = function(reqOpts) {
assert(reqOpts.uri.indexOf(bucket.name + '/o/destination.txt') > -1);
next();
Expand Down

0 comments on commit 8308106

Please sign in to comment.