Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
¨Claude committed Dec 27, 2024
1 parent 00052b0 commit 0eaf29a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static void verifyOffsetPositions(final Map<String, Long> expectedRecords, final
offsetRecs.merge(s.getKey(), s.getRecordCount(), (x, y) -> x > y ? x : y);
});
// FIXME after KAFKA-14947 is fixed.
//assertThat(offsetRecs).containsExactlyInAnyOrderEntriesOf(expectedRecords);
// assertThat(offsetRecs).containsExactlyInAnyOrderEntriesOf(expectedRecords);
assertThat(offsetRecs).isNotEmpty();
});
}
Expand Down

0 comments on commit 0eaf29a

Please sign in to comment.