Skip to content

Commit

Permalink
Making naming convention consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
trickl committed Feb 28, 2019
1 parent ed071a6 commit 349227b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public AbstractObjectAssert(Object actual, Class<?> selfType) {
public S jsonSerializationAsExpected() throws IOException {
if (serializationResourcePath == null) {
serializationResourcePath = classAsResourcePathConvention(
actual.getClass(), ".json");
actual.getClass(), ".example.json");
}

String jsonString = serialize(actual);
Expand Down

0 comments on commit 349227b

Please sign in to comment.