Skip to content

Commit fbb2fbf

Browse files
authored
Update SolutionTest.java
1 parent 5cd4188 commit fbb2fbf

File tree

1 file changed

+2
-2
lines changed
  • src/test/java/g3501_3600/s3569_maximize_count_of_distinct_primes_after_split

1 file changed

+2
-2
lines changed

src/test/java/g3501_3600/s3569_maximize_count_of_distinct_primes_after_split/SolutionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ void maximumCount2() {
2424
@Test
2525
void maximumCount3() {
2626
assertThat(
27-
new Solution().maximumCount(new int[] {2, 3}, new int[][] {{1, 2}, {1, 3}}),
28-
equalTo(new int[] {2, 3}));
27+
new Solution().maximumCount(new int[] {2, 34}, new int[][] {{1, 2}, {1, 3}}),
28+
equalTo(new int[] {2, 2}));
2929
}
3030

3131
@Test

0 commit comments

Comments
 (0)