zentol commented on a change in pull request #19039:
URL: https://github.com/apache/flink/pull/19039#discussion_r826143563



##########
File path: 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/utils/DiffRepository.java
##########
@@ -435,7 +435,7 @@ public void assertEquals(String testCaseName, String tag, 
String expected, Strin
                 // for largish snippets
                 String expected2Canonical = 
expected2.replace(Util.LINE_SEPARATOR, "\n");
                 String actualCanonical = actual.replace(Util.LINE_SEPARATOR, 
"\n");
-                
assertThat(actualCanonical).as(tag).isEqualTo(expected2Canonical);
+                Assert.assertEquals(tag, expected2Canonical, actualCanonical);

Review comment:
       why junit assert?




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