Skip to content

Commit 5cd4188

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)