Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 8282075

Browse files
author
Charith Ellawala
committed
Update README
1 parent 454f9c7 commit 8282075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Usage
1515

1616
Create an instance of the rule in your test class and annotate it with `@Rule`.
1717

18-
```
18+
```java
1919
@Rule
2020
public KafkaJunitRule kafkaRule = new KafkaJunitRule();
2121
```
2222

2323
`kafkaRule` can now be referenced from within your test methods.
2424

25-
```
25+
```java
2626
@Test
2727
public void testSomething(){
2828
// Use the built-in sync producer configuration

0 commit comments

Comments
 (0)