Skip to content

Commit e0fe1d6

Browse files
add a test for 936
1 parent b4af8e7 commit e0fe1d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/com/fishercoder/_936Test.java

+5
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ public static void setup() {
1818
public void test1() {
1919
assertArrayEquals(new int[]{0, 2}, solution1.movesToStamp("abc", "ababc"));
2020
}
21+
22+
@Test
23+
public void test2() {
24+
assertArrayEquals(new int[]{}, solution1.movesToStamp("aye", "eyeye"));
25+
}
2126
}

0 commit comments

Comments
 (0)