Skip to content

Commit 5170f3f

Browse files
committed
Fix a Kotlin test compile warning
1 parent a4d546a commit 5170f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-tx/src/test/kotlin/org/springframework/transaction/interceptor/AbstractCoroutinesTransactionAspectTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ abstract class AbstractCoroutinesTransactionAspectTests {
299299
}
300300
}
301301

302+
@Suppress("DEPRECATION")
302303
private fun checkReactiveTransaction(expected: Boolean) {
303304
Mono.subscriberContext().handle { context: Context, sink: SynchronousSink<Any?> ->
304305
if (context.hasKey(TransactionContext::class.java) != expected) {

0 commit comments

Comments
 (0)