Skip to content

Commit

Permalink
Fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Sep 11, 2024
1 parent 53a7459 commit c5d9374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/App/Fossa/VSI/IAT/ResolveSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec = do
dep2 = testLocator 12
skips = SkipResolution (Set.empty)
expectedGraph =
Graphing.directs [package1, package2]
Graphing.directs [package1]
<> Graphing.edges [(package1, dep1), (package1, dep2)]
-- Package1 is fine
ResolveProjectDependencies package1 `returnsOnce` [dep1, dep2]
Expand Down

0 comments on commit c5d9374

Please sign in to comment.