Skip to content

Commit 416eff1

Browse files
AlexejTimoninbclozel
authored andcommitted
Fix typo in WebTestClient expectedXml
Closes gh-32969
1 parent 52af43d commit 416eff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ default BodyContentSpec json(String expectedJson) {
10601060
* <p>Use of this method requires the
10611061
* <a href="https://github.com/xmlunit/xmlunit">XMLUnit</a> library on
10621062
* the classpath.
1063-
* @param expectedXml the expected JSON content.
1063+
* @param expectedXml the expected XML content.
10641064
* @since 5.1
10651065
* @see org.springframework.test.util.XmlExpectationsHelper#assertXmlEqual(String, String)
10661066
*/

0 commit comments

Comments
 (0)