[Polkadot Companion] for 7101 (#2470)

* [Polkadot Companion] for 7101

PR: https://github.com/paritytech/polkadot/pull/7101

* update lockfile for {"polkadot", "substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Marcin S
2023-04-21 13:04:39 +02:00
committed by GitHub
parent eced0cb3d5
commit 8615ac834c
4 changed files with 328 additions and 272 deletions
@@ -97,7 +97,7 @@ fn create_project(out_dir: &Path) -> PathBuf {
fs::write(
project_dir.join("src").join("main.rs"),
r#"
cumulus_test_relay_validation_worker_provider::polkadot_node_core_pvf::decl_puppet_worker_main!();
cumulus_test_relay_validation_worker_provider::polkadot_node_core_pvf_worker::decl_puppet_worker_main!();
"#,
)
.expect("Writes `main.rs`");