Skip to content

Commit 9d927d7

Browse files
update 351 test
1 parent f45bfec commit 9d927d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/test/java/com/fishercoder/firstthousand/_351Test.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import org.junit.jupiter.api.BeforeEach;
55
import org.junit.jupiter.api.Test;
66

7-
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
87
import static org.junit.jupiter.api.Assertions.assertEquals;
98

109
public class _351Test {
@@ -19,4 +18,9 @@ public void setup() {
1918
public void test1() {
2019
assertEquals(9, solution1.numberOfPatterns(1, 1));
2120
}
21+
22+
@Test
23+
public void test2() {
24+
assertEquals(65, solution1.numberOfPatterns(1, 2));
25+
}
2226
}

0 commit comments

Comments
 (0)