Skip to content

Commit

Permalink
'cloud-storage' -> 'storage'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Sep 2, 2015
1 parent 40af4e1 commit 363b2c6
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 363b2c6

Please sign in to comment.