Update JsonNodeToObjectNodeUnitTest.java

This commit is contained in:
Diegom203 2023-12-12 15:26:47 +02:00 committed by GitHub
parent 82cae6f0d4
commit edea043a7f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import org.junit.Test;
import static org.junit.Assert.*;
public class JsonNodeToJsonObjectUnitTest {
public class JsonNodeToObjectNodeUnitTest {
public static String jsonString = "{\"name\": \"John\", \"gender\": \"male\", \"company\": \"Baeldung\", \"isEmployee\": true, \"age\": 30}";