Update crates/fce-test-macro-impl/src/fce_test/glue_code_generator.rs

Co-authored-by: folex <0xdxdy@gmail.com>
This commit is contained in:
vms 2021-04-01 14:29:01 +03:00 committed by GitHub
parent 773dedcd79
commit b010fe93df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ use std::path::PathBuf;
/// .unwrap_or_else(|e| {
/// panic!(
/// "app service located at `{}` config can't be loaded: {}",
/// "/Users/mike/dev/work/fluence/wasm/fce/examples/greeting/Config.toml", e
/// "/path/to/greeting/Config.toml", e
/// )
/// });
///