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

Commit c0afef5

Browse files
committed
コメント修正
1 parent 41cbae6 commit c0afef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/mapk/kmapper/StringMappingTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ private data class StringMappingDst(val value: String)
1010
@DisplayName("文字列に対してtoStringしたものを渡すテスト")
1111
class StringMappingTest {
1212
@Nested
13-
@DisplayName("KMapperの場合")
13+
@DisplayName("KMapper")
1414
inner class KMapperTest {
1515
@Test
1616
fun test() {

0 commit comments

Comments
 (0)