Skip to content

Commit

Permalink
fix EXPECTED_PRETTY_ENCODED_CONTENT
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Bischof <[email protected]>
  • Loading branch information
stbischof committed Sep 2, 2024
1 parent 2c7be31 commit a570b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class TestEncImpl extends TestCase {

private static final String EXPECTED_ENCODED_CONTENT = "{\"id\":999,\"symbolicName\":\"com.example.test\"}";
private static final String EXPECTED_PRETTY_ENCODED_CONTENT = "{\n"
+ " \"id\":999,\"symbolicName\":\"com.example.test\"\n"
+ " \"id\":999,\n\t\"symbolicName\":\"com.example.test\"\n"
+ "}";

private static final BundleDTO bundleDTO = new BundleDTO();
Expand Down

0 comments on commit a570b7e

Please sign in to comment.