Skip to content

Commit

Permalink
fix build (#26378)
Browse files Browse the repository at this point in the history
* fix build

* delete unused variable
  • Loading branch information
edgao committed May 23, 2023
1 parent fa626c6 commit d261259
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ class StagingConsumerFactoryTest {

@Test()
void detectConflictingStreams() {
final StagingConsumerFactory f = new StagingConsumerFactory();

final ConfigErrorException configErrorException = assertThrows(
ConfigErrorException.class,
() -> f.flushBufferFunction(
() -> SerialFlush.function(
null,
null,
List.of(
Expand Down

0 comments on commit d261259

Please sign in to comment.