Skip to content

Commit 75212ac

Browse files
committed
renamind expectedException.json to expected-exception.json
1 parent 0f0872f commit 75212ac

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

tests/vanilla/src/main/java/org/everit/json/schema/IssueTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void validate(InputStream file, Schema schema, boolean shouldBeValid) {
194194
fail(failureBuilder.toString());
195195
}
196196
if (!shouldBeValid && thrown != null) {
197-
Optional<InputStream> expectedFile = fileByName("expectedException.json");
197+
Optional<InputStream> expectedFile = fileByName("expected-exception.json");
198198
if (expectedFile.isPresent()) {
199199
checkExpectedValues(expectedFile.get(), thrown);
200200
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)