Skip to content

Commit e157c99

Browse files
add a test for 46
1 parent 2e5b07a commit e157c99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/com/fishercoder/_46Test.java

+5
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ public static void setup() {
1717
public void test1() {
1818
CommonUtils.printListList(solution1.permute(new int[]{1, 2, 3}));
1919
}
20+
21+
@Test
22+
public void test2() {
23+
CommonUtils.printListList(solution1.permute(new int[]{1, 2, 3, 4, 5, 6}));
24+
}
2025
}

0 commit comments

Comments
 (0)