Skip to content

Commit b6c9a2b

Browse files
committed
Update SolutionTest.java
1 parent 16ca711 commit b6c9a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/g2501_2600/s2600_k_items_with_the_maximum_sum/SolutionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void kItemsWithMaximumSum4() {
2828

2929
@Test
3030
void kItemsWithMaximumSum5() {
31-
assertThat(new Solution().kItemsWithMaximumSum(3, 1, 5, 6), equalTo(2));
31+
assertThat(new Solution().kItemsWithMaximumSum(3, 1, 5, 6), equalTo(1));
3232
}
3333

3434
@Test

0 commit comments

Comments
 (0)