Skip to content

Commit

Permalink
Fix shuttle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Oct 31, 2023
1 parent 0b05f39 commit f2a0dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers/gateway/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ use std::num::NonZeroUsize;

pub(super) use receive::ReceivingEnd;
pub(super) use send::SendingEnd;
#[cfg(all(test, feature = "shuttle"))]
use shuttle::future as tokio;
#[cfg(feature = "stall-detection")]
pub(super) use {observable::Observed, stall_detection::InstrumentedGateway};

Expand Down

0 comments on commit f2a0dda

Please sign in to comment.