Skip to content

Commit 03434d9

Browse files
committed
fix
1 parent b5ae0de commit 03434d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/htmlunit/javascript/host/ConsoleTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ public void assertParams() throws Exception {
346346
@Test
347347
@BuggyWebDriver
348348
public void trace() throws Exception {
349-
final String html = DOCTYPE_HTML
350-
+ "<html>\n"
349+
final String html
350+
= "<html>\n"
351351
+ "<body>\n"
352352
+ "<script>\n"
353353
+ " function foo() {\n"

0 commit comments

Comments
 (0)