Skip to content

Commit 92e3623

Browse files
committed
Merge pull request GoogleCloudPlatform#4 from GoogleCloudPlatform/storage
'cloud-storage' -> 'storage'
2 parents 40af4e1 + 363b2c6 commit 92e3623

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/cloud-storage/testAuthSample.js renamed to test/storage/testAuthSample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var assert = require('assert');
77
var _ = require('lodash');
88

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

1111
describe('listBuckets', function() {
1212
it('returns a list of buckets', function(done) {

0 commit comments

Comments
 (0)