Skip to content
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

don't delete all Users in DomainUserDetailsServiceITs #26227

Merged
merged 1 commit into from
May 23, 2024

Conversation

mshima
Copy link
Member

@mshima mshima commented May 22, 2024

Related to #26226


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

userRepository.save(getUserTwo())<%- callBlock %>;

userRepository.save(getUserThree())<%- callBlock %>;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remove the blank lines here. I often find myself tightening up the tests and removing blank lines like these in my tutorials and book. If prettier does this automatically, please ignore.

@mshima mshima changed the title don't delete User in DomainUserDetailsServiceITs don't delete all Users in DomainUserDetailsServiceITs May 23, 2024
@DanielFran DanielFran merged commit 91fd42f into jhipster:main May 23, 2024
52 checks passed
@mshima mshima deleted the user-cleanup branch May 23, 2024 09:46
@mraible mraible added this to the 8.5.0 milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants