Merge pull request #1640 from making:patch-2
* pr/1640: Fix source code in doc
This commit is contained in:
commit
f72318a0ae
|
|
@ -223,7 +223,7 @@ Or if you want to assert there is no response content, use this:
|
|||
.body(personMono, Person.class)
|
||||
.exchange()
|
||||
.expectStatus().isCreated()
|
||||
.expectBody().isEmpty;
|
||||
.expectBody().isEmpty();
|
||||
----
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue