mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
testing: Use #[tokio::test]
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -229,7 +229,7 @@ async fn storage_pallet_storage_version() -> Result<(), subxt::Error> {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[subxt_test]
|
#[tokio::test]
|
||||||
async fn storage_iter_decode_keys() -> Result<(), subxt::Error> {
|
async fn storage_iter_decode_keys() -> Result<(), subxt::Error> {
|
||||||
use futures::StreamExt;
|
use futures::StreamExt;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user