mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge branch '6.2.x'
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public abstract class AbstractJsonPathAssertions<B> {
|
||||
/**
|
||||
* Applies {@link JsonPathExpectationsHelper#assertValue(String, Object)}.
|
||||
*/
|
||||
public B isEqualTo(Object expectedValue) {
|
||||
public B isEqualTo(@Nullable Object expectedValue) {
|
||||
this.pathHelper.assertValue(this.content, expectedValue);
|
||||
return this.bodySpec;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user