Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 2eca20f

Browse files
committed
テスト修正
1 parent 9569f7f commit 2eca20f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/kotlin/mapk/core/ParamAliasTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package mapk.core
22

3+
import com.wrongwrong.mapk.annotations.KGetterAlias
34
import com.wrongwrong.mapk.annotations.KPropertyAlias
45
import com.wrongwrong.mapk.core.KMapper
56
import org.junit.jupiter.api.Assertions.assertEquals
@@ -12,7 +13,8 @@ private data class AliasedDst(
1213
)
1314

1415
private data class AliasedSrc(
15-
@get:KPropertyAlias("arg1") val arg2: Double,
16+
@KGetterAlias("arg1")
17+
val arg2: Double,
1618
val arg3: Int
1719
)
1820

0 commit comments

Comments
 (0)