Skip to content

Commit

Permalink
[hotfix][kafka-tests] Fix test names so that they are not ignored by …
Browse files Browse the repository at this point in the history
…mvn build
  • Loading branch information
pnowojski authored and tzulitai committed Nov 2, 2017
1 parent 872c35e commit 856b6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* IT cases for the {@link FlinkKafkaProducer011}.
*/
@SuppressWarnings("serial")
public class FlinkKafkaProducer011Tests extends KafkaTestBase {
public class FlinkKafkaProducer011Test extends KafkaTestBase {
protected String transactionalId;
protected Properties extraProperties;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Tests for our own {@link FlinkKafkaProducer}.
*/
@SuppressWarnings("serial")
public class FlinkKafkaProducerTests extends KafkaTestBase {
public class FlinkKafkaProducerTest extends KafkaTestBase {
protected String transactionalId;
protected Properties extraProperties;

Expand Down

0 comments on commit 856b6ba

Please sign in to comment.