Skip to content

Commit

Permalink
testing: Use #[tokio::test]
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed Apr 9, 2024
1 parent 87b5fe8 commit 11aa5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration-tests/src/full_client/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 11aa5d3

Please sign in to comment.