Skip to content

Commit bc27cfb

Browse files
committed
Remove Deprecated Kotlin code
1 parent 8582ae1 commit bc27cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/kotlin/examples/kotlin/mybatis3/canonical/PersonMapperTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class PersonMapperTest {
242242
}
243243

244244
@Test
245-
fun testInsertSelect() {
245+
fun testInsertSelectExtensionFunction() {
246246
sqlSessionFactory.openSession().use { session ->
247247
val mapper = session.getMapper(PersonMapper::class.java)
248248

@@ -259,7 +259,7 @@ class PersonMapperTest {
259259
}
260260

261261
@Test
262-
fun testDeprecatedInsertSelect() {
262+
fun testInsertSelect() {
263263
sqlSessionFactory.openSession().use { session ->
264264
val mapper = session.getMapper(PersonMapper::class.java)
265265

0 commit comments

Comments
 (0)