[CI] Add fake test to trigger CI

This commit is contained in:
Chris Bono
2022-09-18 23:20:14 -05:00
parent cb582d6ec4
commit 90128ad9fe

View File

@@ -43,6 +43,11 @@ public class PulsarTopicTests {
assertThat(topic.numberOfPartitions()).isEqualTo(0);
}
@Test
void fakeTestToVerifyReleasePipeline() {
}
@ParameterizedTest
@MethodSource("topicComponentsProvider")
void topicComponents(PulsarTopic topic, TopicDomain domain, String tenant, String namespace, String topicName) {