Skip to content

Commit

Permalink
Update TaskResourceTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Dec 9, 2024
1 parent f660fcc commit 79e5e17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import java.util.List;
import java.util.Map;

import com.netflix.conductor.model.TaskModel;
import com.netflix.conductor.service.WorkflowService;
import org.junit.Before;
import org.junit.Test;
import org.springframework.http.ResponseEntity;
Expand All @@ -31,7 +29,9 @@
import com.netflix.conductor.common.run.ExternalStorageLocation;
import com.netflix.conductor.common.run.SearchResult;
import com.netflix.conductor.common.run.TaskSummary;
import com.netflix.conductor.model.TaskModel;
import com.netflix.conductor.service.TaskService;
import com.netflix.conductor.service.WorkflowService;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
Expand Down

0 comments on commit 79e5e17

Please sign in to comment.