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 049d1e5 commit c7feaffCopy full SHA for c7feaff
src/test/java/com/fishercoder/_238Test.java
@@ -1,7 +1,6 @@
1
package com.fishercoder;
2
3
import com.fishercoder.solutions._238;
4
-import org.junit.Before;
5
import org.junit.BeforeClass;
6
import org.junit.Test;
7
@@ -16,10 +15,6 @@ public class _238Test {
16
15
@BeforeClass
17
public static void setup() {
18
solution1 = new _238.Solution1();
19
- }
20
-
21
- @Before
22
- public void setupForEachTest() {
23
expected = new int[]{};
24
actual = new int[]{};
25
}
0 commit comments