Skip to content

Commit 90128ad

Browse files
committed
[CI] Add fake test to trigger CI
1 parent cb582d6 commit 90128ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-pulsar/src/test/java/org/springframework/pulsar/core/PulsarTopicTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ void builderDefaultValues() {
4343
assertThat(topic.numberOfPartitions()).isEqualTo(0);
4444
}
4545

46+
@Test
47+
void fakeTestToVerifyReleasePipeline() {
48+
49+
}
50+
4651
@ParameterizedTest
4752
@MethodSource("topicComponentsProvider")
4853
void topicComponents(PulsarTopic topic, TopicDomain domain, String tenant, String namespace, String topicName) {

0 commit comments

Comments
 (0)