We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
threaded_scheduler
1 parent 7389e31 commit 8f2acc1Copy full SHA for 8f2acc1
runtime/wasm/src/module/test.rs
@@ -270,7 +270,7 @@ fn json_conversions() {
270
);
271
}
272
273
-#[tokio::test(threaded_scheduler)]
+#[tokio::test]
274
async fn ipfs_cat() {
275
graph::spawn_blocking(async {
276
let ipfs = Arc::new(ipfs_api::IpfsClient::default());
@@ -396,7 +396,7 @@ async fn ipfs_map() {
396
assert!(errmsg.contains("api returned error"))
397
398
399
400
async fn ipfs_fail() {
401
402
let mut module = test_module("ipfsFail", mock_data_source("wasm_test/ipfs_cat.wasm"));
0 commit comments