fcc-spring-boot-3 icon indicating copy to clipboard operation
fcc-spring-boot-3 copied to clipboard

Building web applications in Java with Spring Boot 3

Results 2 fcc-spring-boot-3 issues
Sort by recently updated
recently updated
newest added

In the `RunControllerTest.java`, you have a failing test which was meant to mock deleting of run. You omit mocking the repository's `findById` method as seen below: ```java @Test void shouldDeleteRun()...

I cloned the project but the RunController test is failing??