Skip to content

Commit

Permalink
Merge pull request #134 from BrandonY/master
Browse files Browse the repository at this point in the history
Change unit test bucket to "cloud-samples-test".
  • Loading branch information
tswast committed Mar 23, 2016
2 parents 67cc849 + 93f6564 commit 54efe62
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 54efe62

Please sign in to comment.