Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
q3356564 committed Jan 10, 2024
1 parent 574404a commit 9277c2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class WorkflowJavaTaskE2ETest {
" public static void main(String[] args) {" +
" System.out.println(\"hello world\");\n" +
" }\n" +
"}";
"}\n";

private static RemoteWebDriver browser;

Expand Down

0 comments on commit 9277c2d

Please sign in to comment.