We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b4de9 commit 1d9dd59Copy full SHA for 1d9dd59
README.adoc
@@ -76,8 +76,8 @@ Just describe expected dataset for a test case by the using `@ExpectedDataSet` a
76
@EnableKafkaTest(topics = {"test-topic", "another-topic"})
77
class ExpectedMessagesTest {
78
79
- @Autowired
80
- private KafkaTemplate<String, Object> kafkaTemplate;
+ @Autowired
+ private KafkaTemplate<String, Object> kafkaTemplate;
81
82
83
@Test
0 commit comments