Skip to content

Commit

Permalink
Fix directory names in tests (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Feinberg <[email protected]>
  • Loading branch information
joshafeinberg and joshafeinberg authored Dec 1, 2022
1 parent 355ff71 commit ef23595
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1456,10 +1456,10 @@ class AffectedModuleDetectorImplTest {
modules = null,
injectedGitClient = MockGitClient(
changedFiles = listOf(
convertToFilePath("p1/p3", "foo.java"),
convertToFilePath("p1/p3/p4", "foo.java"),
convertToFilePath("p2/p5", "foo.java"),
convertToFilePath("p1/p3/p6", "foo.java")
convertToFilePath("d1/d3", "foo.java"),
convertToFilePath("d1/d3/d4", "foo.java"),
convertToFilePath("d2/d5", "foo.java"),
convertToFilePath("d1/d3/d6", "foo.java")
),
tmpFolder = tmpFolder.root
),
Expand Down

0 comments on commit ef23595

Please sign in to comment.