We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40af4e1 commit 61be320Copy full SHA for 61be320
cloud-storage/authSample.js renamed to storage/authSample.js
test/cloud-storage/testAuthSample.js
@@ -6,7 +6,7 @@
6
var assert = require('assert');
7
var _ = require('lodash');
8
9
-var authSample = require('../../cloud-storage/authSample');
+var authSample = require('../../storage/authSample');
10
11
describe('listBuckets', function() {
12
it('returns a list of buckets', function(done) {
0 commit comments