Skip to content

Commit

Permalink
Update test-framework/common/src/main/java/io/quarkus/test/common/Qua…
Browse files Browse the repository at this point in the history
…rkusTestResourceLifecycleManager.java

Co-authored-by: Jérémie Bresson <dev@jmini.fr>
  • Loading branch information
geoand and jmini committed Jul 13, 2022
1 parent 026f88d commit 8f8d438
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public interface QuarkusTestResourceLifecycleManager {
/**
* Start the test resource.
*
* @return A map of configuration properties that should be set for the running test
* @return A map of configuration properties that will be set for the running test
*/
Map<String, String> start();

Expand Down

0 comments on commit 8f8d438

Please sign in to comment.