Skip to content

Commit a379e5b

Browse files
committed
fix typo
1 parent 4333df2 commit a379e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/htmlunit/doc/FaqTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void htmlPageFromString() throws Exception {
8282
+ " </body>"
8383
+ "</html> ";
8484
try (WebClient webClient = new WebClient(browserVersion)) {
85-
final HtmlPage page = webClient.loadXHtmlCodeIntoCurrentWindow(htmlCode);
85+
final HtmlPage page = webClient.loadHtmlCodeIntoCurrentWindow(htmlCode);
8686

8787
// work with the html page
8888

0 commit comments

Comments
 (0)