Skip to content

Commit

Permalink
- fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Sep 20, 2024
1 parent 77d5178 commit a759489
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@

import io.quarkus.test.junit.QuarkusTest;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

import jakarta.inject.Inject;
import jakarta.inject.Named;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

@QuarkusTest
public class ApprovalsProcessTest {

Expand Down

0 comments on commit a759489

Please sign in to comment.