Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Dec 20, 2023
1 parent d92833f commit 398d7e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rest-heroes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<maven.compiler.release>17</maven.compiler.release>
<jacoco.version>0.8.11</jacoco.version>
<pact.version>1.1.0</pact.version>
<playwright.version>0.0.1</playwright.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down Expand Up @@ -142,7 +143,7 @@
<dependency>
<groupId>io.quarkiverse.playwright</groupId>
<artifactId>quarkus-playwright</artifactId>
<version>0.0.1</version>
<version>${playwright.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
3 changes: 2 additions & 1 deletion rest-villains/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<maven.compiler.release>17</maven.compiler.release>
<jacoco.version>0.8.11</jacoco.version>
<pact.version>1.1.0</pact.version>
<playwright.version>0.0.1</playwright.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down Expand Up @@ -142,7 +143,7 @@
<dependency>
<groupId>io.quarkiverse.playwright</groupId>
<artifactId>quarkus-playwright</artifactId>
<version>0.0.1</version>
<version>${playwright.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@QuarkusTest
@TestTransaction
class ConfigUtilsVillainTests {
class VillainTests {
private static final String DEFAULT_NAME = "Super Chocolatine";
private static final String DEFAULT_OTHER_NAME = "Super Chocolatine chocolate in";
private static final String DEFAULT_PICTURE = "super_chocolatine.png";
Expand Down

0 comments on commit 398d7e9

Please sign in to comment.