Skip to content

Commit 7d74633

Browse files
committed
added missing verification
1 parent ff6b3b0 commit 7d74633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2929,6 +2929,7 @@ public void shouldNotCompleteRestorationIfTaskCannotCompleteRestoration() {
29292929
verify(stateUpdater).add(task00);
29302930
verify(tasks, never()).addTask(task00);
29312931
verify(consumer, never()).resume(task00.inputPartitions());
2932+
verifyNoInteractions(consumer);
29322933
}
29332934

29342935
@Test

0 commit comments

Comments
 (0)