Skip to content

Commit

Permalink
test(DuplicateFinder): `should not detect duplicates symlink volumes/…
Browse files Browse the repository at this point in the history
…link`
  • Loading branch information
guicamest committed Nov 21, 2023
1 parent b117a6e commit f6029ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class DuplicateFinderTest {
named("root / link") { d: SymbolicTestDirectories -> listOf(d.root, d.link) },
named("duplicate directory") { d: SymbolicTestDirectories -> listOf(d.root, d.root) },
named("root / volumes") { d: SymbolicTestDirectories -> listOf(d.root, d.volumes) },
named("volumes / link") { d: SymbolicTestDirectories -> listOf(d.volumes, d.link) },
)
}

Expand Down

0 comments on commit f6029ab

Please sign in to comment.