Skip to content

Commit 54efe62

Browse files
committed
Merge pull request GoogleCloudPlatform#134 from BrandonY/master
Change unit test bucket to "cloud-samples-test".
2 parents 67cc849 + 93f6564 commit 54efe62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/json-api/src/test/java/StorageSampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.stream.Collectors;
2929

3030
public class StorageSampleTest {
31-
private static final String BUCKET = "cloud-samples-tests";
31+
private static final String BUCKET = "cloud-samples-test";
3232
private static final String TEST_OBJECT = "storage-sample-test-upload.txt";
3333

3434
@Test

0 commit comments

Comments
 (0)