Skip to content

Commit

Permalink
Insert a debug line to diagnose failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
weisenje committed Oct 9, 2023
1 parent c1e8bc4 commit dd6a179
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void testResults() throws Exception{
// test at Info level
resultsJson = runner.getResults(Severity.Info);
expectedJson = Utility.getResourceAsJson(this, EXPECTED_RESULTS_FILE);
System.out.println(resultsJson); // TODO REMOVE
assertEquals(((JSONArray)resultsJson.get(ShaclRunner.JSON_KEY_ENTRIES)).size(), ((JSONArray)expectedJson.get(ShaclRunner.JSON_KEY_ENTRIES)).size());
assertTrue(Utility.equals(resultsJson, expectedJson));

Expand Down

0 comments on commit dd6a179

Please sign in to comment.