summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 09:38:32 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 09:38:32 +0800
commit48cbe0919da1dd6aa8c933b5d156e7f0ce5997a8 (patch)
treeeb1d7e7b5b70d7574bc0c7ea08b163750f961718 /src
parent72e776d9a3668a81a9502e9560c06a2e500a37c8 (diff)
Re-enable test, disabled accidentally
Diffstat (limited to 'src')
-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();