This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 80fe42e Update MainTest.java
80fe42e is described below
commit 80fe42efab52b752b72823b63f2c686f3a98774e
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Dec 18 09:06:53 2023 +0100
Update MainTest.java
---
.../src/test/java/samples/javadsl/MainTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/pekko-connectors-sample-kafka-to-websocket-clients/src/test/java/samples/javadsl/MainTest.java
b/pekko-connectors-sample-kafka-to-websocket-clients/src/test/java/samples/javadsl/MainTest.java
index 517fcbd..7f9eda3 100644
---
a/pekko-connectors-sample-kafka-to-websocket-clients/src/test/java/samples/javadsl/MainTest.java
+++
b/pekko-connectors-sample-kafka-to-websocket-clients/src/test/java/samples/javadsl/MainTest.java
@@ -1,5 +1,6 @@
package samples.javadsl;
+import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import com.google.common.collect.Streams;
@@ -21,8 +22,6 @@ import java.util.concurrent.TimeUnit;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import static org.junit.Assert.assertEquals;
-
public class MainTest {
static ActorSystem system;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]