Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Some unit tests for Flink pass the "expected" and "actual" values to the assert methods in a wrong order. But JUnit shows messages like the following when it fails, so switching the expected and actual values is confusing for developers and should be fixed.
java.lang.AssertionError: expected:<0> but was:<999>
Attachments
Issue Links
- links to