Fix Stream RabbitListenerTests

- stop container before deleting the streams.
This commit is contained in:
Gary Russell
2022-09-28 12:36:25 -04:00
parent e0c6568857
commit 52e49cba80

View File

@@ -176,6 +176,13 @@ public class RabbitListenerTests extends AbstractIntegrationTests {
public boolean isRunning() {
return this.running;
}
@Override
public int getPhase() {
return 0;
}
};
}