Skip to content

Commit a780297

Browse files
committed
apply formatting
1 parent 7aea4e2 commit a780297

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

tests/src/test/java/io/orkes/conductor/client/WorkflowRetryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import org.junit.jupiter.api.DisplayName;
2020
import org.junit.jupiter.api.Test;
2121

22-
import com.google.common.util.concurrent.Uninterruptibles;
2322
import com.netflix.conductor.common.metadata.tasks.TaskDef;
2423
import com.netflix.conductor.common.metadata.tasks.TaskResult;
2524
import com.netflix.conductor.common.metadata.workflow.StartWorkflowRequest;
@@ -33,6 +32,7 @@
3332
import io.orkes.conductor.client.util.ClientTestUtil;
3433
import io.orkes.conductor.client.util.Commons;
3534

35+
import com.google.common.util.concurrent.Uninterruptibles;
3636
import lombok.extern.slf4j.Slf4j;
3737

3838
@Slf4j

tests/src/test/java/io/orkes/conductor/client/http/EnvironmentClientTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313
package io.orkes.conductor.client.http;
1414

15-
import java.time.Duration;
1615
import java.util.List;
1716
import java.util.Optional;
1817
import java.util.UUID;
@@ -21,9 +20,6 @@
2120
import org.junit.jupiter.api.BeforeAll;
2221
import org.junit.jupiter.api.Test;
2322

24-
import com.google.common.util.concurrent.Uninterruptibles;
25-
import com.netflix.conductor.client.exception.ConductorClientException;
26-
2723
import io.orkes.conductor.client.EnvironmentClient;
2824
import io.orkes.conductor.client.model.Tag;
2925
import io.orkes.conductor.client.model.environment.EnvironmentVariable;

tests/src/test/java/io/orkes/conductor/client/http/ServiceRegistryClientTests.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
*/
1313
package io.orkes.conductor.client.http;
1414

15-
import static org.junit.jupiter.api.Assertions.assertNull;
16-
1715
import java.util.List;
1816

1917
import org.junit.jupiter.api.AfterEach;
@@ -29,8 +27,11 @@
2927

3028
import io.orkes.conductor.client.ServiceRegistryClient;
3129
import io.orkes.conductor.client.util.ClientTestUtil;
30+
3231
import lombok.SneakyThrows;
3332

33+
import static org.junit.jupiter.api.Assertions.assertNull;
34+
3435
public class ServiceRegistryClientTests {
3536
private static final String SERVICE_NAME = "test-sdk-java-service";
3637
private static final String SERVICE_URI = "localhost:50051";

0 commit comments

Comments
 (0)