Skip to content

Commit

Permalink
Rename TestKafkaIntegrationSmokeTest to TestKafkaConnectorTest
Browse files Browse the repository at this point in the history
This is a preparatory commit for migrating to BaseConnectorTest.
  • Loading branch information
ebyhr committed Feb 23, 2022
1 parent 6293d52 commit aebdb0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
import static org.apache.kafka.clients.producer.ProducerConfig.KEY_SERIALIZER_CLASS_CONFIG;
import static org.apache.kafka.clients.producer.ProducerConfig.VALUE_SERIALIZER_CLASS_CONFIG;

public class TestKafkaIntegrationSmokeTest
public class TestKafkaConnectorTest
// TODO extend BaseConnectorTest
extends AbstractTestIntegrationSmokeTest
{
Expand Down

0 comments on commit aebdb0a

Please sign in to comment.