Skip to content

Commit

Permalink
use current thread
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jul 8, 2024
1 parent f914c83 commit f62af60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ mod tests {
assert!(stream.is_closed());
}

#[tokio::test(flavor = "multi_thread", worker_threads = 5)]
#[tokio::test(flavor = "current_thread")]
async fn test_message_streaming() {
let amal = new_test_client().await;
let bola = new_test_client().await;
Expand Down

0 comments on commit f62af60

Please sign in to comment.