Rename PulsarTestContainerSupport#stopContainer2 to stopContainer (#647)

This commit is contained in:
Chris Bono
2024-04-15 11:08:11 -05:00
committed by GitHub
parent 097565e959
commit 3c002150a6

View File

@@ -41,7 +41,7 @@ public interface PulsarTestContainerSupport {
PULSAR_CONTAINER.start();
}
static void stopContainer2() {
static void stopContainer() {
PULSAR_CONTAINER.stop();
}