Skip to content

Commit 81fa668

Browse files
committed
Import Assert.fail separately
1 parent 4b9cebe commit 81fa668

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/streaming/harness/FanOutStreamingEngineWorkerHarnessTest.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
*/
1818
package org.apache.beam.runners.dataflow.worker.streaming.harness;
1919

20-
import static org.junit.Assert.*;
20+
import static org.junit.Assert.assertEquals;
21+
import static org.junit.Assert.assertFalse;
22+
import static org.junit.Assert.assertTrue;
23+
import static org.junit.Assert.fail;
2124
import static org.mockito.ArgumentMatchers.any;
2225
import static org.mockito.ArgumentMatchers.eq;
2326
import static org.mockito.Mockito.atLeast;

0 commit comments

Comments
 (0)