Skip to content

Commit

Permalink
fix bucket test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Nov 21, 2014
1 parent 1534585 commit 4b6821c
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 @@ -242,7 +242,7 @@ describe('Bucket', function() {
it('should set metadata', function(done) {
bucket.makeReq_ = function(method, path, query, body) {
assert.equal(method, 'PATCH');
assert.equal(path, '/b/' + bucket.name);
assert.equal(path, '');
assert.deepEqual(body, metadata);
done();
};
Expand Down

0 comments on commit 4b6821c

Please sign in to comment.