diff --git a/tests/dirs_only.rs b/tests/dirs_only.rs index 92443ea3..96f89cdf 100644 --- a/tests/dirs_only.rs +++ b/tests/dirs_only.rs @@ -5,19 +5,13 @@ mod utils; #[test] fn level() { assert_eq!( - utils::run_cmd(&[ - "--sort", - "name", - "--no-config", - "--dirs-only", - "tests/data" - ]), + utils::run_cmd(&["--sort", "name", "--no-config", "--dirs-only", "tests/data"]), indoc!( " - data - ├─ dream_cycle - ├─ lipsum - └─ the_yellow_king" + data (1.21 KiB) + ├─ dream_cycle (308 B) + ├─ lipsum (446 B) + └─ the_yellow_king (143 B)" ), "Failed to print dirs-only." )