We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d0c43 commit 9b2f87cCopy full SHA for 9b2f87c
src/test/java/org/htmlunit/general/huge/CtorPrototypeTest.java
@@ -61,7 +61,7 @@ public static Collection<Arguments> data() throws Exception {
61
@ParameterizedTest(name = "_{0}")
62
@MethodSource("data")
63
@Alerts("true")
64
- void ctor(String jsClassName) throws Exception {
+ void ctor(final String jsClassName) throws Exception {
65
test(jsClassName);
66
}
67
0 commit comments