From 398d7e9e5247f4a17395a92db74bcd4f8c1ec313 Mon Sep 17 00:00:00 2001 From: Eric Deandrea Date: Wed, 20 Dec 2023 08:39:52 -0500 Subject: [PATCH] Minor updates --- rest-heroes/pom.xml | 3 ++- rest-villains/pom.xml | 3 ++- .../io/quarkus/sample/superheroes/villain/VillainTests.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rest-heroes/pom.xml b/rest-heroes/pom.xml index 5aa0986bf..7e030d5d5 100644 --- a/rest-heroes/pom.xml +++ b/rest-heroes/pom.xml @@ -14,6 +14,7 @@ 17 0.8.11 1.1.0 + 0.0.1 UTF-8 UTF-8 quarkus-bom @@ -142,7 +143,7 @@ io.quarkiverse.playwright quarkus-playwright - 0.0.1 + ${playwright.version} test diff --git a/rest-villains/pom.xml b/rest-villains/pom.xml index 749c8aaca..e63e64c95 100644 --- a/rest-villains/pom.xml +++ b/rest-villains/pom.xml @@ -14,6 +14,7 @@ 17 0.8.11 1.1.0 + 0.0.1 UTF-8 UTF-8 quarkus-bom @@ -142,7 +143,7 @@ io.quarkiverse.playwright quarkus-playwright - 0.0.1 + ${playwright.version} test diff --git a/rest-villains/src/test/java/io/quarkus/sample/superheroes/villain/VillainTests.java b/rest-villains/src/test/java/io/quarkus/sample/superheroes/villain/VillainTests.java index 0dd34d753..6b5433fb2 100644 --- a/rest-villains/src/test/java/io/quarkus/sample/superheroes/villain/VillainTests.java +++ b/rest-villains/src/test/java/io/quarkus/sample/superheroes/villain/VillainTests.java @@ -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";