Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Apr 10, 2024
1 parent 2944753 commit 4d84818
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import org.flywaydb.core.Flyway;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -133,7 +132,6 @@ public void checkTask(String taskId, String status, String updateTime) throws SQ
result.get(0).get("update_time").toString());
}


@Test
public void testIndexWorkflowOnlyStatusChange() throws SQLException {
WorkflowSummary wfs = getMockWorkflowSummary("workflow-id");
Expand Down

0 comments on commit 4d84818

Please sign in to comment.