Skip to content

Commit 524c94f

Browse files
committed
Fix test name
1 parent e9a9c1b commit 524c94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Assertions.assertEquals
77
import org.junit.jupiter.api.Test
88

99
// Test for Creator that can be handled by the Jackson mechanism.
10-
class ValueClassByJacksonCreatorTest {
10+
class HandledByJacksonTest {
1111
@JvmInline
1212
value class PrimitiveNullableCreator(val value: Int) {
1313
companion object {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test
99
import org.junit.jupiter.api.assertThrows
1010

1111
// Test on the case of deserialization by ValueClassBoxDeserializer
12-
class ValueClassByOriginalCreatorTest {
12+
class HandledByKogeraTest {
1313
@JvmInline
1414
value class Primary(val primary: String)
1515

0 commit comments

Comments
 (0)