Skip to content

Commit

Permalink
Merge pull request #1718 from aubi/fix-createSharedDurableConsumerTest2
Browse files Browse the repository at this point in the history
clean up after messaging createSharedDurableConsumerTest2 test
  • Loading branch information
arjantijms authored Dec 24, 2024
2 parents 1407b95 + eba9e8d commit 5d3d593
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 5d3d593

Please sign in to comment.