diff --git a/src/main/java/org/kiwiproject/test/jakarta/persistence/JpaTestHelper.java b/src/main/java/org/kiwiproject/test/jakarta/persistence/JpaTestHelper.java index 9e355ea..a7727c3 100644 --- a/src/main/java/org/kiwiproject/test/jakarta/persistence/JpaTestHelper.java +++ b/src/main/java/org/kiwiproject/test/jakarta/persistence/JpaTestHelper.java @@ -17,7 +17,7 @@ * the cache is cleared out, for example after inserting test data but before performing a query to ensure * the test data is returned. *
- * Make sure to join the existing transaction inside your test if necessary, and make sure the DAOs under + * You can also join the existing transaction inside your test if necessary, to make sure the DAOs under * test are using the same EntityManager! For example, inside a setup method: *
* {@literal @}BeforeEach