Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Jul 10, 2023
1 parent db1b34e commit 2e31139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.github.eocqrs.kafka.consumer.KfConsumer;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;

/**
* Test case for {@link KfYamlProducerSettings}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.github.eocqrs.kafka.producer.KfProducer;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;

/**
* Test case for {@link KfYamlConsumerSettings}.
Expand Down

0 comments on commit 2e31139

Please sign in to comment.