Skip to content

Commit 58f26c0

Browse files
committed
Added test
1 parent c74954c commit 58f26c0

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
@@ -30,4 +30,9 @@ void minCostGoodCaption4() {
3030
void minCostGoodCaption5() {
3131
assertThat(new Solution().minCostGoodCaption("qzlhsvlf"), equalTo("qqqlllll"));
3232
}
33+
34+
@Test
35+
void minCostGoodCaption6() {
36+
assertThat(new Solution().minCostGoodCaption("qeopwomhpq"), equalTo("oooooooppp"));
37+
}
3338
}

0 commit comments

Comments
 (0)