rgoers commented on a change in pull request #623:
URL: https://github.com/apache/logging-log4j2/pull/623#discussion_r767417316



##########
File path: 
log4j-core/src/test/java/org/apache/logging/log4j/core/pattern/MessagePatternConverterTest.java
##########
@@ -121,7 +121,7 @@ public void testLookup() {
                 .setMessage(msg).build();
         final StringBuilder sb = new StringBuilder();
         converter.format(event, sb);
-        assertEquals("bar", sb.toString(), "Unexpected result");
+        assertEquals("${foo}", sb.toString(), "Unexpected result");

Review comment:
       I didn't want to remove any test for this release. Just change them to 
prove the change was made.




-- 
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]


Reply via email to