proc-macro/tests: Adjust subxt-test proc-macro

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-03-04 17:45:04 +02:00
parent 20e75bca44
commit c5c797232d
14 changed files with 20 additions and 19 deletions
@@ -2,7 +2,7 @@
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
// see LICENSE for license details.
use crate::{node_runtime, test_context};
use crate::{node_runtime, subxt_test, test_context};
#[subxt_test(timeout = 800)]
async fn storage_get_current_timestamp() {