From 11aa5d3ce0fc2ca2a24a7408cbc2321ecbbf2681 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 9 Apr 2024 14:55:02 +0300 Subject: [PATCH] testing: Use #[tokio::test] Signed-off-by: Alexandru Vasile --- testing/integration-tests/src/full_client/storage/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration-tests/src/full_client/storage/mod.rs b/testing/integration-tests/src/full_client/storage/mod.rs index f10b5a6e48..844c5d4889 100644 --- a/testing/integration-tests/src/full_client/storage/mod.rs +++ b/testing/integration-tests/src/full_client/storage/mod.rs @@ -229,7 +229,7 @@ async fn storage_pallet_storage_version() -> Result<(), subxt::Error> { Ok(()) } -#[subxt_test] +#[tokio::test] async fn storage_iter_decode_keys() -> Result<(), subxt::Error> { use futures::StreamExt;