poorbarcode commented on code in PR #16248:
URL: https://github.com/apache/pulsar/pull/16248#discussion_r910614806
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PersistentTopicTest.java:
##########
@@ -795,7 +795,7 @@ public void testChangeSubscriptionType() throws Exception {
public void testAddRemoveConsumer() throws Exception {
PersistentTopic topic = new PersistentTopic(successTopicName,
ledgerMock, brokerService);
PersistentSubscription sub = new PersistentSubscription(topic,
"sub-1", cursorMock, false);
-
+ topic.getSubscriptions().put("sub-1", sub);
Review Comment:
I have removed it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]