snuyanzin commented on code in PR #27471:
URL: https://github.com/apache/flink/pull/27471#discussion_r2725929914


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/utils/DiffRepository.java:
##########
@@ -479,7 +478,7 @@ public void assertEquals(String testCaseName, String tag, 
String expected, Strin
                                                 + " but was: "
                                                 + actualCanonical)
                         .isEqualTo(expected2Canonical);
-            } catch (AssertionFailedError e) {
+            } catch (AssertionError e) {

Review Comment:
   it was broken here
   
https://github.com/apache/flink/commit/3c5c15183abd9e494cd9679ab93f4f30c2b633c6
   
   while switching to assertj
   however `AssertionFailedError` was not switched



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