thetumbled commented on code in PR #22595:
URL: https://github.com/apache/pulsar/pull/22595#discussion_r1580519788


##########
pulsar-broker/src/test/java/org/apache/pulsar/client/api/AuthorizationProducerConsumerTest.java:
##########
@@ -349,7 +349,8 @@ public void testSubscriberPermission() throws Exception {
         } catch (Exception e) {
             // my-sub1 has no msg backlog, so expire message won't be issued 
on that subscription
             assertTrue(e.getMessage().startsWith("Expire message by timestamp 
not issued on topic"));
-        }        sub1Admin.topics().peekMessages(topicName, subscriptionName, 
1);
+        }
+        sub1Admin.topics().peekMessages(topicName, subscriptionName, 1);

Review Comment:
   Just to correct the code format by the way, not logical change.



-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to