Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello committed Dec 12, 2023
1 parent 901286e commit 98507eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capture-server/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ impl EphemeralTopic {
impl Drop for EphemeralTopic {
fn drop(&mut self) {
debug!("dropping EphemeralTopic {}...", self.topic_name);
_ = self.consumer.unassign();
self.consumer.unsubscribe();
match futures::executor::block_on(timeout(
Duration::from_secs(10),
Expand Down

0 comments on commit 98507eb

Please sign in to comment.