Skip to content

Commit 02fea55

Browse files
committed
fix test
1 parent b1cd3cf commit 02fea55

File tree

1 file changed

+1
-1
lines changed
  • src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github

1 file changed

+1
-1
lines changed

src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/GitHub530.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class GitHub530 {
6464
"corge1" : "Corge(value=10)",
6565
"corge2" : "Corge(value=11)",
6666
"grault1" : "Grault(value=12)",
67-
"grault2" : "Grault(value=13)",
67+
"grault2" : "Grault(value=13)"
6868
}
6969
""".trimIndent(),
7070
writer.writeValueAsString(

0 commit comments

Comments
 (0)