Skip to content

Commit

Permalink
Needed to rerun quordana cus its garbage
Browse files Browse the repository at this point in the history
Took 7 minutes
  • Loading branch information
nic5694 committed Oct 30, 2023
1 parent 080da28 commit 1bf28b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ void createUser_ShouldThrowEmailAlreadyExistsException() {
.contentType(MediaType.APPLICATION_JSON)
.expectBody()
.jsonPath("$.message").isEqualTo(String.format("User with e-mail %s already exists", userDTO.getEmail()));

userRepo.delete(existingUser);

}
Expand Down

0 comments on commit 1bf28b0

Please sign in to comment.