Commit 1e98c78a authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

parent 6e01a3a1
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment