Skip to content

Commit

Permalink
[pulsar] Fixed checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
suvodeep-pyne committed Jan 22, 2025
1 parent 2e91eb3 commit 581d615
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ public void testPartitionLevelConsumerBatchMessages()
}

@Test
public void testGetTopics()
throws Exception {
public void testGetTopics() throws Exception {
try (PulsarStreamMetadataProvider metadataProvider = new PulsarStreamMetadataProvider(CLIENT_ID,
getStreamConfig("NON_EXISTING_TOPIC"))) {
List<StreamMetadataProvider.TopicMetadata> topics = metadataProvider.getTopics();
Expand Down

0 comments on commit 581d615

Please sign in to comment.