diff --git a/spring-tx/src/test/kotlin/org/springframework/transaction/annotation/CoroutinesAnnotationTransactionInterceptorTests.kt b/spring-tx/src/test/kotlin/org/springframework/transaction/annotation/CoroutinesAnnotationTransactionInterceptorTests.kt index 7b38b7efe74..570af8a9914 100644 --- a/spring-tx/src/test/kotlin/org/springframework/transaction/annotation/CoroutinesAnnotationTransactionInterceptorTests.kt +++ b/spring-tx/src/test/kotlin/org/springframework/transaction/annotation/CoroutinesAnnotationTransactionInterceptorTests.kt @@ -80,8 +80,6 @@ class CoroutinesAnnotationTransactionInterceptorTests { assertReactiveGetTransactionAndRollbackCount(1) } - - private fun assertReactiveGetTransactionAndCommitCount(expectedCount: Int) { Assertions.assertThat(rtm.begun).isEqualTo(expectedCount) Assertions.assertThat(rtm.commits).isEqualTo(expectedCount)