Skip to content

Commit c685154

Browse files
committed
Make test_include_hidden_file work with de-duplication
1 parent 0e903e6 commit c685154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixtures/hidden/.hidden/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://rust-lang.org
1+
https://rust-lang.org/learn/

lychee-bin/tests/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ mod cli {
741741

742742
assert_lines_eq(
743743
result,
744-
vec!["https://rust-lang.org/", "https://rust-lang.org/"],
744+
vec!["https://rust-lang.org/", "https://rust-lang.org/learn/"],
745745
);
746746
}
747747

0 commit comments

Comments
 (0)