Skip to content

Commit

Permalink
Remove verification from non-mock
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Engelbrecht <[email protected]>
  • Loading branch information
engechas committed Oct 6, 2023
1 parent 4ca6b1b commit a8eb76b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,5 @@ void test_kafkaBuffer_getDrainTimeout() {
assertThat(result, equalTo(duration));

verify(bufferConfig).getDrainTimeout();
verify(kafkaBuffer).getDrainTimeout();
}
}

0 comments on commit a8eb76b

Please sign in to comment.