From 80ac3947d066bb3e3148edaecf8cd54792452bb2 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 21 Mar 2023 15:16:10 -0700 Subject: [PATCH] test: ensure multithreaded tokio rt --- ethers/tests/eip712.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers/tests/eip712.rs b/ethers/tests/eip712.rs index 7843a317..869bb635 100644 --- a/ethers/tests/eip712.rs +++ b/ethers/tests/eip712.rs @@ -10,7 +10,7 @@ use ethers::{ }; use std::{path::PathBuf, sync::Arc}; -#[tokio::test] +#[tokio::test(flavor = "multi_thread")] async fn test_derive_eip712() { // Generate Contract ABI Bindings abigen!(