We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6a398 commit 60638e2Copy full SHA for 60638e2
1 file changed
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