CI pipeline erroring out on unit test cases

Viewed 11

UtilityUnitTests > testReadFromJson() FAILED org.opentest4j.AssertionFailedError at UtilityUnitTests.java:66 UtilityUnitTests > testWriteToJson() FAILED org.opentest4j.AssertionFailedError at UtilityUnitTests.java:59

The above errors are showing on my GitLab CI pipeline run. The automatic build works, and 9 other test cases work. Does anyone have an idea on these errors?

0 Answers
Related