Skip to content

Commit

Permalink
clean up after messaging createSharedDurableConsumerTest2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
aubi committed Dec 23, 2024
1 parent 884613d commit eba9e8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@ public void createSharedDurableConsumerTest2() throws Exception {
consumer.close();
if (consumer2 != null)
consumer2.close();
cleanupSubscription(consumer2, context2, durableSubscriptionName);
} catch (Exception e) {
TestUtil.logErr("Caught unexpected exception: " + e);
}
Expand Down

0 comments on commit eba9e8d

Please sign in to comment.