proc-macro: Rename crate to subxt-test-proc-macro

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-03-05 15:28:32 +02:00
parent c5c797232d
commit d3923c8715
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ pub use node_proc::TestNodeProcess;
pub use tx_retries::*;
pub use wait_for_blocks::*;
pub use integration_tests_proc_macro::subxt_test;
pub use subxt_test_proc_macro::subxt_test;
/// The test timeout is set to 1 second.
/// However, the test is sleeping for 5 seconds.