Skip to content

Commit 8a864e1

Browse files
committed
Update method signatures in ExampleRepositoryTest to match updated interfaces
1 parent cc396cc commit 8a864e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repository-pattern-jdbc/src/test/kotlin/org/komapper/example/ExampleRepositoryTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)