testing: Use #[tokio::test]

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-04-09 14:55:02 +03:00
parent 87b5fe83ea
commit 11aa5d3ce0
@@ -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;