Correct end tag in included source so that it matches opening tag

Closes gh-441
This commit is contained in:
Andy Wilkinson
2017-10-23 15:47:42 +01:00
parent dfe856815d
commit 473e3e1a7b

View File

@@ -55,7 +55,7 @@ public class Payload {
subsectionWithPath("contact").description("The user's contact details")))) // <1>
.when().get("/user/5")
.then().assertThat().statusCode(is(200));
// end::response[]
// end::subsection[]
}
public void explicitType() throws Exception {