tkobayas commented on code in PR #6171:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6171#discussion_r1856148538


##########
efesto/efesto-core/efesto-common-api/src/test/java/org/kie/efesto/common/api/utils/MemoryFileUtilsTest.java:
##########
@@ -128,7 +128,7 @@ private static URL getResourceUrl() {
 
     private static URL getJarUrl() throws MalformedURLException {
         URL retrieved = 
Thread.currentThread().getContextClassLoader().getResource("TestJar.jar");
-        assertThat(retrieved).isNotNull();
+        assertThat(retrieved).as("Run `mvn test` to build 
TestJar.jar").isNotNull();

Review Comment:
   `TestJar.jar` creation is done at `process-test-resources` phase, so 
`TestJar.jar` usually exists before running tests. One exception is running 
tests via IDE before running mvn. For the case, I added this message.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to