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

src/test/java/com/fishercoder/firstthousand/_351Test.java

Lines changed: 5 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy