Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cozej4 committed Oct 19, 2021
1 parent 158974c commit b94fdf4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import java.util.List;
import java.util.Properties;

import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

public class DefaultOrchestratorTest {
Expand Down Expand Up @@ -119,6 +120,7 @@ public void tearDown() throws Exception {

@Test
public void testMediatorHTTPRequest() throws Exception {
assertNotNull(system);
new JavaTestKit(system) {{
final ActorRef defaultOrchestrator = system.actorOf(Props.create(DefaultOrchestrator.class, configuration));

Expand Down

0 comments on commit b94fdf4

Please sign in to comment.