Skip to content

Update DemoApplicationTests.java

Amruta Hulagar requested to merge patch1 into test2

Summary by Bito

This pull request updates the DemoApplicationTests.java file by modifying the contextLoads() method's return type from void to int. The change was intended to enhance test effectiveness and provide better feedback. However, this modification creates a compatibility issue with JUnit framework requirements. The update is focused solely on this test file while maintaining overall codebase stability.
Edited by Amruta Hulagar

Merge request reports