Skip to content

Commit a890c2b

Browse files
committed
increase unit tests coverage
1 parent 195da93 commit a890c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-core/google-cloud-core/src/test/java/com/google/cloud/testing/BaseEmulatorHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void stop(org.threeten.bp.Duration timeout)
8080
@Override
8181
public void stopDuration(Duration timeout)
8282
throws IOException, InterruptedException, TimeoutException {
83-
waitForProcessDuration(timeout);
83+
super.stopDuration(timeout);
8484
}
8585

8686
@Override

0 commit comments

Comments
 (0)