Skip to content

Commit 1f54898

Browse files
committed
fix code style
1 parent 87eb2bd commit 1f54898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/htmlunit/javascript/host/event/Event2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void optionClick() throws Exception {
6868
* @throws Exception if the test fails
6969
*/
7070
@Test
71-
@Alerts(DEFAULT = "[object PointerEvent] click b:true c:true [clickMe] [1]")
71+
@Alerts("[object PointerEvent] click b:true c:true [clickMe] [1]")
7272
@BuggyWebDriver(CHROME = "",
7373
EDGE = "",
7474
FF = "",

0 commit comments

Comments
 (0)