-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax check #148
Syntax check #148
Conversation
@@ -647,24 +647,6 @@ void inviteUser_ShouldReturnTrue_WhenUserAlreadyInvited() { | |||
verify(eventUserRepository, never()).save(any(EventUser.class)); | |||
} | |||
|
|||
@Test | |||
void toggleParticipation_ShouldToggleStatus_WhenUserIsInvitedOrParticipating() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we fix this test instead of removing it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to approve once we fix the deleted test case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff!
Syntax checker + running tests before PR can be reviewed & before pushing to main branch.
Also fixed a few failing tests + bugfix for toggleParticipation in EventService