Skip to content

Commit

Permalink
Merge Spaces Management - Meeds-io/MIPs#160 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Nov 18, 2024
2 parents 8ab8938 + 9434f27 commit d873785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public void testSendKudosToSpace() {
kudosToSend.setReceiverId("space2");
assertThrows(IllegalAccessException.class, () -> kudosService.createKudos(kudosToSend, SENDER_REMOTE_ID));

kudosToSend.setReceiverId("NotFoundSpace");
kudosToSend.setReceiverId("NotFoundSpace0");
assertThrows(IllegalAccessException.class, () -> kudosService.createKudos(kudosToSend, SENDER_REMOTE_ID));

kudosToSend.setReceiverId(spaceRemoteId);
Expand Down

0 comments on commit d873785

Please sign in to comment.