Skip to content

Commit

Permalink
Fix duplicated tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Sep 6, 2024
1 parent 91c57a6 commit 5faa34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/App/Fossa/PathDependencySpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ absPathOfSpec = describe "absPathOfSpec" $ do

let currentPathRel = "../" <> (toText . toFilePath . dirname $ cwd)
mkPathSpec cwd currentPathRel isAbsDir
mkPathSpec cwd currentPathRel isAbsDir
mkPathSpec cwd (currentPathRel <> "/test") isAbsDir
mkPathSpec cwd (currentPathRel <> "/") isAbsDir
mkPathSpec cwd (currentPathRel <> "/test") isAbsDir
mkPathSpec cwd (currentPathRel <> "/test/") isAbsDir

mkPathSpec cwd "./test" isAbsDir
mkPathSpec cwd "./test/" isAbsDir
Expand Down

0 comments on commit 5faa34c

Please sign in to comment.