Skip to content

Commit 0943018

Browse files
committed
fixing last merging issues
1 parent b99b2cf commit 0943018

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration/producer_test.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ use rabbitmq_stream_client::types::{
1010
RoutingStrategy, SimpleValue,
1111
};
1212

13-
use crate::common::TestEnvironment;
13+
use rabbitmq_stream_client::Environment;
14+
15+
use crate::common::{Countdown, TestEnvironment};
1416
use std::sync::atomic::{AtomicU32, Ordering};
15-
use std::sync::Arc;
1617
use tokio::sync::Notify;
1718

1819
#[tokio::test(flavor = "multi_thread")]

0 commit comments

Comments
 (0)