Skip to content

Commit

Permalink
Merge pull request #31888 from yrodiere/fix-formatting
Browse files Browse the repository at this point in the history
Fix formatting in integration-tests/java-17/src/main/java/io/quarkus/it/hibernate/panache/person
  • Loading branch information
Sanne authored Mar 16, 2023
2 parents 4e42336 + f3e39be commit 45e4349
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public Response addPerson(Person person) {
return Response.created(URI.create("/persons/entity/" + id)).build();
}


@GET
@Path("hql-project")
@Transactional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import static io.restassured.RestAssured.when;
import static org.hamcrest.CoreMatchers.is;

import io.quarkus.test.TestTransaction;
import org.junit.jupiter.api.Test;

import io.quarkus.it.mongodb.panache.person.Person;
import io.quarkus.it.mongodb.panache.person.Status;
import io.quarkus.test.TestTransaction;
import io.quarkus.test.common.QuarkusTestResource;
import io.quarkus.test.h2.H2DatabaseTestResource;
import io.quarkus.test.junit.QuarkusTest;
Expand Down

0 comments on commit 45e4349

Please sign in to comment.