Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Jan 29, 2024
1 parent 2192627 commit 80ca9b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
*/
package io.orkes.conductor.client.api;

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

import java.util.List;
import java.util.Map;
import java.util.Set;
Expand All @@ -32,8 +29,11 @@
import io.orkes.conductor.client.WorkflowClient;
import io.orkes.conductor.client.model.WorkflowStateUpdate;
import io.orkes.conductor.common.model.WorkflowRun;

import lombok.SneakyThrows;

import static org.junit.Assert.assertEquals;

public class WorkflowStateUpdateTests extends ClientTest {

private static WorkflowClient workflowClient;
Expand Down

0 comments on commit 80ca9b3

Please sign in to comment.