Skip to content

Commit 04c038f

Browse files
committed
runtime: Remove threaded_scheduler if unecessary
1 parent d761bbe commit 04c038f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/wasm/src/module/test.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ fn json_conversions() {
270270
);
271271
}
272272

273-
#[tokio::test(threaded_scheduler)]
273+
#[tokio::test]
274274
async fn ipfs_cat() {
275275
graph::spawn_blocking(async {
276276
let ipfs = Arc::new(ipfs_api::IpfsClient::default());
@@ -396,7 +396,7 @@ async fn ipfs_map() {
396396
assert!(errmsg.contains("api returned error"))
397397
}
398398

399-
#[tokio::test(threaded_scheduler)]
399+
#[tokio::test]
400400
async fn ipfs_fail() {
401401
graph::spawn_blocking(async {
402402
let mut module = test_module("ipfsFail", mock_data_source("wasm_test/ipfs_cat.wasm"));

0 commit comments

Comments
 (0)