We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8582ae1 commit bc27cfbCopy full SHA for bc27cfb
src/test/kotlin/examples/kotlin/mybatis3/canonical/PersonMapperTest.kt
@@ -242,7 +242,7 @@ class PersonMapperTest {
242
}
243
244
@Test
245
- fun testInsertSelect() {
+ fun testInsertSelectExtensionFunction() {
246
sqlSessionFactory.openSession().use { session ->
247
val mapper = session.getMapper(PersonMapper::class.java)
248
@@ -259,7 +259,7 @@ class PersonMapperTest {
259
260
261
262
- fun testDeprecatedInsertSelect() {
+ fun testInsertSelect() {
263
264
265
0 commit comments