We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e61c6 commit d8f3d00Copy full SHA for d8f3d00
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: ac6a39888e57f48446c4e703afbfa5e10666c0e6
+refs/heads/master: 60638e2004473fb1ebfe208ee47f2cdcd40b010e
3
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
4
refs/heads/gh-pages: 8e9b065ba06cd7a4af306aaea1010aade81670e0
5
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
trunk/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java
@@ -446,7 +446,7 @@ public void testListBlobRequesterPays() throws InterruptedException {
446
// Otherwise, expect one blob, since we only put in one above.
447
if (!blobs.isEmpty()) {
448
assertThat(blobs).hasSize(1);
449
- return;
+ break;
450
}
451
Thread.sleep(500);
452
0 commit comments