Skip to content

Commit 7be5758

Browse files
committed
Added test
1 parent 4a8c222 commit 7be5758

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/g3501_3600/s3536_maximum_product_of_two_digits/SolutionTest.java

+5
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ void maxProduct4() {
3030
void maxProduct5() {
3131
assertThat(new Solution().maxProduct(437), equalTo(28));
3232
}
33+
34+
@Test
35+
void maxProduct6() {
36+
assertThat(new Solution().maxProduct(724), equalTo(28));
37+
}
3338
}

0 commit comments

Comments
 (0)