Skip to content

Commit

Permalink
Update test-framework/junit5/src/main/java/io/quarkus/test/junit/Quar…
Browse files Browse the repository at this point in the history
…kusTestExtension.java

Co-authored-by: Alexey Loubyansky <[email protected]>
  • Loading branch information
geoand and aloubyansky authored Jun 28, 2021
1 parent 206fa95 commit 93b91bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ private ExtensionState doJavaStart(ExtensionContext context, Class<? extends Qua

if (curatedApplication.getAppModel().getUserDependencies().isEmpty()) {
throw new RuntimeException(
"The tests where run against a directory that does not contain a Quarkus project. Please ensure that the test is configured to use the proper working directory.");
"The tests were run against a directory that does not contain a Quarkus project. Please ensure that the test is configured to use the proper working directory.");
}

Index testClassesIndex = TestClassIndexer.indexTestClasses(requiredTestClass);
Expand Down

0 comments on commit 93b91bf

Please sign in to comment.