Fix fs2 tests

This commit is contained in:
Conrad Irwin 2023-10-27 10:51:36 +02:00
parent c1904b493b
commit 5f5234c5da

View File

@ -220,7 +220,7 @@ impl Executor {
#[cfg(any(test, feature = "test-support"))]
pub fn simulate_random_delay(&self) -> impl Future<Output = ()> {
self.dispatcher.as_test().unwrap().simulate_random_delay()
self.spawn(self.dispatcher.as_test().unwrap().simulate_random_delay())
}
#[cfg(any(test, feature = "test-support"))]