This commit is contained in:
Stephane Nicoll
2018-12-31 09:59:00 +01:00
parent 6e01a3a1bf
commit 1e98c78ab9

View File

@@ -434,7 +434,7 @@ public class JsonContentAssert extends AbstractAssert<JsonContentAssert, CharSeq
if (expected instanceof Resource) {
return isNotEqualToJson((Resource) expected);
}
failWithMessage("Unsupport type for JSON assert {]", expected.getClass());
failWithMessage("Unsupported type for JSON assert {]", expected.getClass());
return null;
}