Skip to content

Commit

Permalink
Merge pull request #4 from GoogleCloudPlatform/storage
Browse files Browse the repository at this point in the history
'cloud-storage' -> 'storage'
  • Loading branch information
jerjou committed Sep 2, 2015
2 parents 40af4e1 + 363b2c6 commit 92e3623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
var assert = require('assert');
var _ = require('lodash');

var authSample = require('../../cloud-storage/authSample');
var authSample = require('../../storage/authSample');

describe('listBuckets', function() {
it('returns a list of buckets', function(done) {
Expand Down

0 comments on commit 92e3623

Please sign in to comment.