summaryrefslogtreecommitdiffstats
path: root/src/interactive/app_test/unit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive/app_test/unit.rs')
-rw-r--r--src/interactive/app_test/unit.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interactive/app_test/unit.rs b/src/interactive/app_test/unit.rs
index 9793fe8..320267d 100644
--- a/src/interactive/app_test/unit.rs
+++ b/src/interactive/app_test/unit.rs
@@ -6,6 +6,7 @@ use pretty_assertions::assert_eq;
// Won't work on windows as there are backslashes in the paths :D
#[cfg_attr(windows, ignore)]
+#[test]
fn it_can_handle_ending_traversal_reaching_top_but_skipping_levels() -> Result<()> {
let (_, app) = initialized_app_and_terminal_from_fixture(&["sample-01"])?;
let expected_tree = sample_01_tree();