From a959cdfa621414e4d4673dac4e2908782e2101aa Mon Sep 17 00:00:00 2001 From: rupansh-void Date: Sat, 14 Nov 2020 05:52:26 +0530 Subject: [PATCH] test: cursor: fix for tokio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I didn't sleep 2 nights because of this 🤡 --- src/test/cursor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/cursor.rs b/src/test/cursor.rs index d740852db..4d68f5145 100644 --- a/src/test/cursor.rs +++ b/src/test/cursor.rs @@ -10,7 +10,7 @@ use crate::{ RUNTIME, }; -#[cfg_attr(feature = "tokio-runtime", tokio::test)] +#[cfg_attr(feature = "tokio-runtime", tokio::test(flavor = "multi_thread"))] #[cfg_attr(feature = "async-std-runtime", async_std::test)] #[function_name::named] async fn tailable_cursor() {