Skip to content

Commit

Permalink
improve output of failed integrationtest
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-toepfer committed Sep 27, 2023
1 parent 39cb27d commit 4af94c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ class JsonTestSuiteIT {
@ParameterizedTest(name = "{0}")
@ArgumentsSource(JsonTestSuiteTestCaseProvider.class)
void runJsonTestSuite(final JsonTestSuiteTestCase testcase) {
assertTrue(testcase.isValid());
assertTrue(testcase.isValid(), testcase.toString());
}
}

0 comments on commit 4af94c3

Please sign in to comment.