Skip to content

Commit

Permalink
✅ (org): Try to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-sized-emi committed Dec 16, 2024
1 parent 911a7c6 commit 1679c72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ void shouldInvalidateUniqueness() {
existingOrganization.setSlug("kegelclub-777");

QuarkusTransaction.begin();
organizationRepository.deleteAll();
organizationRepository.persist(existingOrganization);
QuarkusTransaction.commit();

Expand Down

0 comments on commit 1679c72

Please sign in to comment.