Skip to content

Commit 3a0acd8

Browse files
author
khope
committed
Formmating code style JsonPathAssertionTests
Signed-off-by: khope <[email protected]>
1 parent b7c7099 commit 3a0acd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-test/src/test/java/org/springframework/test/web/servlet/client/JsonPathAssertionTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,13 @@ public MultiValueMap<String, Person> get() {
222222

223223
return map;
224224
}
225+
225226
@GetMapping("/music/null")
226227
public Map<String, Object> getNull() {
227228
Map<String, Object> map = new LinkedHashMap<>();
229+
228230
map.put("value", null);
231+
229232
return map;
230233
}
231234
}

0 commit comments

Comments
 (0)