Skip to content

Commit

Permalink
Update docs/sdk/src/reference_docs/chain_spec_runtime/tests/chain_spe…
Browse files Browse the repository at this point in the history
…c_builder_tests.rs
  • Loading branch information
michalkucharczyk authored Nov 27, 2024
1 parent 4cc7296 commit 4c70e05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{process::Command, str};

fn wasm_file_path() -> &'static str {
chain_spec_guide_runtime::runtime::WASM_BINARY_PATH
.expect("chain_spec_guide_runtime wasm should exists. qed")
.expect("chain_spec_guide_runtime wasm should exist. qed")
}

const CHAIN_SPEC_BUILDER_PATH: &str = "../../../../../target/release/chain-spec-builder";
Expand Down

0 comments on commit 4c70e05

Please sign in to comment.