You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In the
RunControllerTest.java
, you have a failing test which was meant to mock deleting of run. You omit mocking the repository'sfindById
method as seen below:The text was updated successfully, but these errors were encountered: