Skip to content

Commit

Permalink
Update MainTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 18, 2023
1 parent 5a4ee85 commit 80fe42e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -21,8 +22,6 @@
import java.util.regex.Matcher;
import java.util.regex.Pattern;

import static org.junit.Assert.assertEquals;

public class MainTest {

static ActorSystem system;
Expand Down

0 comments on commit 80fe42e

Please sign in to comment.