diff --git a/json-path/src/test/java/com/jayway/jsonpath/internal/JsonFormatterTest.java b/json-path/src/test/java/com/jayway/jsonpath/internal/JsonFormatterTest.java index b0172cfc..2152b14b 100644 --- a/json-path/src/test/java/com/jayway/jsonpath/internal/JsonFormatterTest.java +++ b/json-path/src/test/java/com/jayway/jsonpath/internal/JsonFormatterTest.java @@ -22,7 +22,7 @@ public class JsonFormatterTest { // Test case for pretty printing a JSON object with escaped characters // The input is a JSON object with escaped characters // The expected output is the same JSON object with proper indentation - + // @Test public void testPrettyPrint_JsonWithEscapedCharacters() { JsonFormatter jsonFormatter = new JsonFormatter();