Skip to content

Commit f45babc

Browse files
update 3006
1 parent 86deffc commit f45babc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/java/com/fishercoder/_3006Test.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
package com.fishercoder;
22

33
import com.fishercoder.solutions.fourththousand._3006;
4-
import org.junit.BeforeClass;
5-
import org.junit.Test;
4+
import org.junit.jupiter.api.BeforeEach;
5+
import org.junit.jupiter.api.Test;
66

77
import java.util.ArrayList;
88
import java.util.Arrays;
99

10-
import static org.junit.Assert.assertEquals;
10+
import static org.junit.jupiter.api.Assertions.assertEquals;
1111

1212
public class _3006Test {
1313
private static _3006.Solution1 solution1;
1414

15-
@BeforeClass
16-
public static void setup() {
15+
@BeforeEach
16+
public void setup() {
1717
solution1 = new _3006.Solution1();
1818
}
1919

0 commit comments

Comments
 (0)