Skip to content

Commit

Permalink
Upgrade HTML-Unit 4.1.0 to 4.2.0 - fix HtmlServerUnloadedJSTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Jun 9, 2024
1 parent f7ac1ad commit ed8d84b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public class HtmlServerUnloadedJSTest {
private static final Main main = new Main();
private static final String reportDir = "target/ws-unloaded-report";

private static String[] args = new String[]{
private static final String[] args = new String[]{
"-ws",
"--document-root=target",
"--port=9001",
Expand Down

0 comments on commit ed8d84b

Please sign in to comment.