Skip to content

Commit

Permalink
Use Map instead of Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Apr 2, 2024
1 parent 0abbf83 commit 1967dde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import org.junit.jupiter.api.Test;

class NameJoinTest {
private final NameJoinGlobalKTable app = new NameJoinGlobalKTable();

private final TestTopology<String, Person> testTopology =
new TestTopology<>(NameJoinGlobalKTable::getTopology, NameJoinGlobalKTable.getKafkaProperties());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import org.junit.jupiter.api.Test;

class NameJoinWithIntermediateTopicTest {
private final NameJoinGlobalKTable app = new NameJoinGlobalKTable();

private final TestTopology<String, Person> testTopology =
new TestTopology<>(NameJoinGlobalKTable::getTopologyWithIntermediateTopic,
Expand Down

0 comments on commit 1967dde

Please sign in to comment.