Skip to content

Commit

Permalink
style-TestControllerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Aug 22, 2024
1 parent 4f79d80 commit 3d599e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

@QuarkusTest
@QuarkusTestResource(value = PostgresTestResource.class, restrictToAnnotatedClass = true)
class TestControllerTest {


@Inject
IDatabaseAccess databaseAccess;

Expand Down

0 comments on commit 3d599e3

Please sign in to comment.