Skip to content

Commit d8f3d00

Browse files
committed
---
yaml --- r: 9119 b: refs/heads/master c: 60638e2 h: refs/heads/master i: 9117: 8db0357 9115: 4977bcc 9111: 63cd777 9103: ffcd2a6 9087: 0faa9fc
1 parent 09e61c6 commit d8f3d00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ac6a39888e57f48446c4e703afbfa5e10666c0e6
2+
refs/heads/master: 60638e2004473fb1ebfe208ee47f2cdcd40b010e
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 8e9b065ba06cd7a4af306aaea1010aade81670e0
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public void testListBlobRequesterPays() throws InterruptedException {
446446
// Otherwise, expect one blob, since we only put in one above.
447447
if (!blobs.isEmpty()) {
448448
assertThat(blobs).hasSize(1);
449-
return;
449+
break;
450450
}
451451
Thread.sleep(500);
452452
}

0 commit comments

Comments
 (0)