Skip to content

Commit 60638e2

Browse files
committed
break, not return
1 parent ac6a398 commit 60638e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)