Skip to content

Commit

Permalink
Don't use JUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Apr 23, 2018
1 parent f34ad5f commit 30a5ee6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@

import org.apache.kafka.clients.producer.Producer;
import org.apache.kafka.common.KafkaException;
import org.junit.jupiter.api.Test;
import org.junit.Test;
import org.mockito.InOrder;

import org.springframework.kafka.test.utils.KafkaTestUtils;
Expand Down

0 comments on commit 30a5ee6

Please sign in to comment.