Skip to content

Commit

Permalink
Merge pull request #433 from alxdarksage/develop
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
alxdarksage authored Sep 17, 2021
2 parents e9a3520 + 331a29d commit 4035ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void verifyAnnotations() throws Exception {
assertGet(StudyParticipantController.class, "getUploads");
assertGet(StudyParticipantController.class, "getNotificationRegistrations");
assertPost(StudyParticipantController.class, "sendNotification");
assertDelete(StudyParticipantController.class, "deleteTestParticipant");
assertDelete(StudyParticipantController.class, "deleteTestOrUnusedParticipant");
assertGet(StudyParticipantController.class, "getRecentActivityEvents");
assertGet(StudyParticipantController.class, "getActivityEventHistory");
assertPost(StudyParticipantController.class, "publishActivityEvent");
Expand Down

0 comments on commit 4035ccc

Please sign in to comment.