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;