Adjust testing

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-04-13 19:43:07 +03:00
parent 365e78d739
commit 9302fa2317
9 changed files with 47 additions and 29 deletions
+1
View File
@@ -29,6 +29,7 @@ sp-keyring = "20.0.0"
syn = "1.0.109"
subxt = { version = "0.27.1", path = "../../subxt" }
subxt-codegen = { version = "0.27.1", path = "../../codegen" }
subxt-metadata = { version = "0.27.1", path = "../../metadata" }
test-runtime = { path = "../test-runtime" }
tokio = { version = "1.27", features = ["macros", "time"] }
tracing = "0.1.34"