Skip to content

Commit

Permalink
fix test arg
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed May 24, 2023
1 parent 6ad0205 commit 6bba955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn sort_name_dir_order() {
#[test]
fn sort_size() {
assert_eq!(
utils::run_cmd(&["--sort", "size-rev", "tests/data"]),
utils::run_cmd(&["--sort", "rsize", "tests/data"]),
indoc!(
"446 B ┌─ lipsum.txt
446 B ┌─ lipsum
Expand Down

0 comments on commit 6bba955

Please sign in to comment.