Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JobseRyan committed Mar 15, 2024
1 parent ef66bc3 commit c4fc6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/unit/kafka/server/KafkaApisTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ class KafkaApisTest {
@Test
def testClientLibraryVersionObserverCaching(): Unit = {
val requestBuilder = new ApiVersionsRequest.Builder()
EasyMock.expect(observer.checkClientLibrary(true, clientId))
EasyMock.expect(observer.trackClientLibrary(true, clientId))
val kafkaApis = createKafkaApis(enableForwarding = true)

val topicHeader = new RequestHeader(ApiKeys.API_VERSIONS, ApiKeys.API_VERSIONS.latestVersion,
Expand Down

0 comments on commit c4fc6b1

Please sign in to comment.