Skip to content

Commit 49ae7f4

Browse files
committed
Update tests.
1 parent b4a46e0 commit 49ae7f4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

kilo-client/src/test/java/org/httprpc/kilo/io/JSONDecoderTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@
2424
import static org.junit.jupiter.api.Assertions.*;
2525

2626
public class JSONDecoderTest {
27-
public record Row (
28-
String a,
29-
int b,
30-
boolean c
31-
) {
32-
}
33-
3427
@Test
3528
public void testString() throws IOException {
3629
assertEquals("abcdéfg", decode("\"abcdéfg\""));

0 commit comments

Comments
 (0)