Skip to content

Commit

Permalink
Change unit test bucket to "cloud-samples-test".
Browse files Browse the repository at this point in the history
The previous test bucket no longer seems to exist or is no longer
publicly accessible.
  • Loading branch information
BrandonY committed Mar 22, 2016
1 parent 1b58407 commit 93f6564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/json-api/src/test/java/StorageSampleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.stream.Collectors;

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

@Test
Expand Down

0 comments on commit 93f6564

Please sign in to comment.