Skip to content

Commit

Permalink
[hotfix][test] Replace junit.Assert.assertThat with hamcrest.MatcherA…
Browse files Browse the repository at this point in the history
…ssert.assertThat in AkkaRpcServiceTest
  • Loading branch information
tillrohrmann committed Jul 8, 2021
1 parent 63de5d9 commit ccf3617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

Expand Down

0 comments on commit ccf3617

Please sign in to comment.