Skip to content

Commit

Permalink
test: cursor: fix for tokio
Browse files Browse the repository at this point in the history
I didn't sleep 2 nights because of this 🤡
  • Loading branch information
rupansh committed Nov 14, 2020
1 parent ebd0abc commit 5763956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5763956

Please sign in to comment.