Skip to content

Commit ffb7406

Browse files
committed
Fixed compile
1 parent b46254d commit ffb7406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/g3201_3300/s3218_minimum_cost_for_cutting_cake_i/SolutionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void minimumCost() {
1212
}
1313

1414
@Test
15-
void minimumCost() {
15+
void minimumCost2() {
1616
assertThat(new Solution().minimumCost(2, 2, new int[] {7}, new int[] {4}), equalTo(15));
1717
}
1818
}

0 commit comments

Comments
 (0)