Skip to content

Commit 51324d0

Browse files
committed
Adjust cabal hover test
1 parent 1c1719b commit 51324d0

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-cabal-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-cabal-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ hoverTests = testGroup "Hover"
235235

236236
hoverOnDependencyTests :: TestTree
237237
hoverOnDependencyTests = testGroup "Hover Dependency"
238-
[ hoverContainsTest "base with separated version" "hover-deps.cabal" (Position 6 25) "[Documentation](https://hackage.haskell.org/package/base)"
238+
[ hoverContainsTest "base with separated version" "hover-deps.cabal" (Position 6 25) "[Documentation](https://hackage.haskell.org/package/base-4.19.2.0)"
239239
, hoverContainsTest "aeson with not separated version " "hover-deps.cabal" (Position 7 25) "[Documentation](https://hackage.haskell.org/package/aeson)"
240240
, hoverContainsTest "lens no version" "hover-deps.cabal" (Position 7 42) "[Documentation](https://hackage.haskell.org/package/lens)"
241241

0 commit comments

Comments
 (0)