Help on failed test on JUnit5 tests on Ubuntu #2165
Comments
Hi, do you have some error-messages? |
Branch is ImplTimSort? |
The test is failing cause of method toUpperCase in Class Upper com.string.UpperTest > testUpper() FAILED The strings are not equals ==> expected: but was: org.opentest4j.AssertionFailedError: The strings are not equals ==> expected: but was: |
I fixed the problem and created a pull request to Development-Branch #2180 |
Thanks a lot, great help! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello, can someone clarify to me how to handle this issue. I implemented the TimSort algorithm plus the TimSortTest. However, when making the pull request I got a failed test on JUnit5 tests on Ubuntu and JUnit5 tests on Windows and MacOS cancelled. The test class worked fine on my side, also checked the implementation of the other test classes and followed their format. Is there something I could do or something I am missing out.?
The text was updated successfully, but these errors were encountered: