File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
repository-pattern-jdbc/src/test/kotlin/org/komapper/example Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- junit = " 5.14 .0"
2+ junit = " 6.0 .0"
33komapper = " 5.6.0"
44kotlin = " 2.2.20"
55ksp = " 2.2.20-2.0.4"
Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ class ExampleRepositoryTest : InvocationInterceptor {
156156 }
157157
158158 override fun interceptTestMethod (
159- invocation : InvocationInterceptor .Invocation <Void > ? ,
160- invocationContext : ReflectiveInvocationContext <Method >? ,
161- extensionContext : ExtensionContext ? ,
159+ invocation : InvocationInterceptor .Invocation <Void ?> ,
160+ invocationContext : ReflectiveInvocationContext <Method >,
161+ extensionContext : ExtensionContext ,
162162 ) {
163163 db.config.session.transactionOperator.required {
164164 it.isRollbackOnly()
You can’t perform that action at this time.
0 commit comments