Duplicate given
setup in @beforeEach
and test methods in JpaTransactionManagerTests
#34804
Labels
status: superseded
An issue that has been superseded by another
I've noticed that some given setup logic in the
@BeforeEach
method is also repeated in several individual test methods in theJpaTransactionManagerTests
.Is there a specific reason for this duplication?
If not, is it okay if i remove duplicated setup in test methods?
The text was updated successfully, but these errors were encountered: