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 5fa21e9 commit 5b03c82Copy full SHA for 5b03c82
src/test/java/com/fishercoder/_935Test.java
@@ -10,7 +10,9 @@ public class _935Test {
10
private static _935.Solution1 solution1;
11
12
@BeforeClass
13
- public static void setup() { solution1 = new _935.Solution1(); }
+ public static void setup() {
14
+ solution1 = new _935.Solution1();
15
+ }
16
17
@Test
18
public void test1() {
0 commit comments