From 47ba9fd2eb59d62178308ef87322225c7ce1fba9 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 26 Oct 2019 15:00:37 +0200 Subject: [PATCH] Fix: Pass path to ui builder function when creating mock app Signed-off-by: Matthias Beyer --- bin/core/imag-link/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/core/imag-link/src/lib.rs b/bin/core/imag-link/src/lib.rs index bfa927dd..47851127 100644 --- a/bin/core/imag-link/src/lib.rs +++ b/bin/core/imag-link/src/lib.rs @@ -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;