[Test Cleanup - Package Private]

- spring-cloud-stream-binder-kafka-reactive module tests
This commit is contained in:
Soby Chacko
2023-11-01 15:44:14 -04:00
parent 515923266e
commit 6af434c18a
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Soby Chacko
*/
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
public class ReactorKafkaBinderHealthIndicatorTests {
class ReactorKafkaBinderHealthIndicatorTests {
private static final String TEST_TOPIC = "test";

View File

@@ -72,7 +72,7 @@ import static org.mockito.Mockito.mock;
*
*/
@EmbeddedKafka(topics = { "testCa", "testCb", "testC1", "testP" })
public class ReactorKafkaBinderTests {
class ReactorKafkaBinderTests {
@SuppressWarnings({ "rawtypes", "unchecked" })
@Test