10000 refactor 525 · Farheen2302/Leetcode@28ccf78 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28ccf78

Browse files
refactor 525
1 parent 38eed1e commit 28ccf78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/com/fishercoder/_525Test.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.fishercoder;
22

33
import com.fishercoder.solutions._525;
4-
import org.junit.Before;
54
import org.junit.BeforeClass;
65
import org.junit.Test;
76

@@ -18,10 +17,6 @@ public static void setup() {
1817
solution1 = new _525.Solution1();
1918
}
2019

21-
@Before
22-
public void setupForEachTest() {
23-
}
24-
2520
@Test
2621
public void test1() {
2722
nums = new int[]{0, 1};

0 commit comments

Comments
 (0)
0