Skip to content

Commit

Permalink
MINOR: Fix compilation issue in ReplicaManagerTest (apache#15222)
Browse files Browse the repository at this point in the history
Reviewers: Divij Vaidya <[email protected]>
  • Loading branch information
mimaison authored Jan 18, 2024
1 parent 46b05b3 commit acab465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6175,7 +6175,7 @@ class ReplicaManagerTest {
private def imageFromTopics(topicsImage: TopicsImage): MetadataImage = {
val featuresImageLatest = new FeaturesImage(
Collections.emptyMap(),
MetadataVersion.latest(),
MetadataVersion.latestProduction(),
ZkMigrationState.NONE)
new MetadataImage(
new MetadataProvenance(100L, 10, 1000L),
Expand Down

0 comments on commit acab465

Please sign in to comment.