Fix: Pass path to ui builder function when creating mock app
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
e331b9efb3
commit
47ba9fd2eb
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ mod tests {
|
|||
modulename mock;
|
||||
version env!("CARGO_PKG_VERSION");
|
||||
with help "imag-link mocking app";
|
||||
with ui builder function crate::ui::build_ui;
|
||||
}
|
||||
use self::mock::generate_test_runtime;
|
||||
use self::mock::reset_test_runtime;
|
||||
|
|
Loading…
Reference in a new issue