summaryrefslogtreecommitdiffstats
path: root/tests/layout_management_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/layout_management_tests.rs')
-rw-r--r--tests/layout_management_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/layout_management_tests.rs b/tests/layout_management_tests.rs
index 607eea9e..711e7f02 100644
--- a/tests/layout_management_tests.rs
+++ b/tests/layout_management_tests.rs
@@ -5,7 +5,7 @@ use bottom::constants::DEFAULT_BATTERY_LAYOUT;
use bottom::{
app::layout_manager::{BottomLayout, BottomWidgetType},
constants::{DEFAULT_LAYOUT, DEFAULT_WIDGET_ID},
- options::config::{layout::Row, Config},
+ options::{config::layout::Row, Config},
utils::error,
};
use toml_edit::de::from_str;