PVF: Take back a stolen right (#1207)

This commit is contained in:
Marcin S
2023-08-31 10:48:16 +02:00
committed by GitHub
parent 5559b752b4
commit 7cef7cdfb0
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ assert_matches = "1.4.0"
hex-literal = "0.3.4"
polkadot-node-core-pvf-common = { path = "common", features = ["test-utils"] }
# For the puppet worker, depend on ourselves with the test-utils feature.
polkadot-node-core-pvf = { path = "", features = ["test-utils"] }
polkadot-node-core-pvf = { path = ".", features = ["test-utils"] }
adder = { package = "test-parachain-adder", path = "../../../parachain/test-parachains/adder" }
halt = { package = "test-parachain-halt", path = "../../../parachain/test-parachains/halt" }