Closed martinda closed 2 years ago
This fixes #280.
Three mock tests are currently broken. I identified one problem: a missing @Path in the ProjectApi. In this PR:
@Path
ProjectApi
ProjectApi.java
testName
There is ONE more bug in SyncApiMockTest that I am still working on #324
Wonderful and thanks for knocking these out @martinda !
This fixes #280.
Three mock tests are currently broken. I identified one problem: a missing
@Path
in theProjectApi
. In this PR:@Path
annotation inProjectApi.java
testName
There is ONE more bug in SyncApiMockTest that I am still working on #324