Skip to content

Commit ada166f

Browse files
committed
Update TESTING.md to catch RemoteStorageHelper renaming
1 parent 6670b70 commit ada166f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Here is an example that uses the `RemoteStorageHelper` to create a bucket.
257257
```java
258258
RemoteStorageHelper helper =
259259
RemoteStorageHelper.create(PROJECT_ID, new FileInputStream("/path/to/my/JSON/key.json"));
260-
Storage storage = helper.options().service();
260+
Storage storage = helper.getOptions().service();
261261
String bucket = RemoteStorageHelper.generateBucketName();
262262
storage.create(BucketInfo.of(bucket));
263263
```

0 commit comments

Comments
 (0)