mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
proc-macro: Rename crate to subxt-test-proc-macro
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -46,7 +46,7 @@ tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
||||
wabt = { workspace = true }
|
||||
substrate-runner = { workspace = true }
|
||||
integration-tests-proc-macro = { path = "proc-macro" }
|
||||
subxt-test-proc-macro = { path = "proc-macro" }
|
||||
|
||||
[build-dependencies]
|
||||
cfg_aliases = "0.2.0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "integration-tests-proc-macro"
|
||||
name = "subxt-test-proc-macro"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user