Skip to content

Commit

Permalink
- fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Nov 13, 2024
1 parent 1cb978d commit d0ec9dd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

package org.kie.kogito.codegen.usertask;

import java.nio.file.Path;

import org.assertj.core.api.Assertions;
import org.jbpm.process.core.Work;
import org.jbpm.process.core.impl.WorkImpl;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import java.nio.file.Path;

class UserTaskCodegenHelperTest {
static final String PROCESS_ID = "approvals";
static final String TASK_ID = "taskId";
Expand Down Expand Up @@ -71,4 +71,4 @@ void testGetPath() {
.isNotNull()
.isEqualTo(Path.of("test"));
}
}
}

0 comments on commit d0ec9dd

Please sign in to comment.