diff --git a/spring-pulsar/src/test/java/org/springframework/pulsar/core/PulsarTopicTests.java b/spring-pulsar/src/test/java/org/springframework/pulsar/core/PulsarTopicTests.java index 470aee0f..e1c54976 100644 --- a/spring-pulsar/src/test/java/org/springframework/pulsar/core/PulsarTopicTests.java +++ b/spring-pulsar/src/test/java/org/springframework/pulsar/core/PulsarTopicTests.java @@ -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) {