Skip to content

Commit

Permalink
#22 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent b45e32b commit aef76cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/jare/tk/TkIndexTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void rendersHomePageInHtml() throws Exception {
),
XhtmlMatchers.hasXPaths(
"/xhtml:html",
"/xhtml:html/xhtml:bfody"
"/xhtml:html/xhtml:body"
)
);
}
Expand Down

0 comments on commit aef76cb

Please sign in to comment.