Skip to content

Commit

Permalink
Make json have pretty printing for test
Browse files Browse the repository at this point in the history
  • Loading branch information
avidraccoon committed Nov 24, 2024
1 parent 65e4bff commit a4e4aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameter_tools/src/test/java/JSONSyncTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void TestPrep() {
new JSONSync<ExampleJsonSyncClass>(
new ExampleJsonSyncClass(),
"filePath",
new JSONSync.JSONSyncConfigBuilder().build());
new JSONSync.JSONSyncConfigBuilder().setPrettyPrinting(true).build());
}

//@Test
Expand Down

0 comments on commit a4e4aa4

Please sign in to comment.