Skip to content

Commit 2f0d39c

Browse files
committed
fix old ut
1 parent a2ec728 commit 2f0d39c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceHelixAdmin.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ public void testCreateOrUpdateRealTimeTopic() {
302302
anyLong(),
303303
anyBoolean(),
304304
any(Optional.class),
305+
any(Optional.class),
305306
anyBoolean());
306307

307308
// Case 2: Real-time topic does not exist
@@ -316,6 +317,7 @@ public void testCreateOrUpdateRealTimeTopic() {
316317
anyLong(),
317318
anyBoolean(),
318319
any(Optional.class),
320+
any(Optional.class),
319321
anyBoolean());
320322
}
321323

@@ -416,6 +418,7 @@ public void testEnsureRealTimeTopicExistsForUserSystemStores() {
416418
anyLong(),
417419
anyBoolean(),
418420
any(Optional.class),
421+
any(Optional.class),
419422
anyBoolean());
420423

421424
// Case 5: Store exists, it's a user system store, but real-time topic does not exist and there are no versions

0 commit comments

Comments
 (0)