Skip to content

Commit 79b04d9

Browse files
committed
Added test
1 parent f969efd commit 79b04d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/g3401_3500/s3441_minimum_cost_good_caption/SolutionTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ void minCostGoodCaption2() {
2020
void minCostGoodCaption3() {
2121
assertThat(new Solution().minCostGoodCaption("bc"), equalTo(""));
2222
}
23+
24+
@Test
25+
void minCostGoodCaption4() {
26+
assertThat(new Solution().minCostGoodCaption("antwfdps"), equalTo("nnnnnppp"));
27+
}
2328
}

0 commit comments

Comments
 (0)