We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eda08 commit 05b65a4Copy full SHA for 05b65a4
plugins/hls-cabal-plugin/test/Main.hs
@@ -249,4 +249,4 @@ codeActionTests = testGroup "Code Actions"
249
mapM_ executeCodeAction selectedCas
250
_ <- skipManyTill anyMessage $ getDocumentEdit cabDoc -- Wait for the changes in cabal file
251
contents <- documentContents cabDoc
252
- liftIO $ assertEqual (T.unpack dependency <> " isn't found in the cabal file") (Text.indices dependency contents) indicesRes
+ liftIO $ assertEqual (T.unpack dependency <> " isn't found in the cabal file") indicesRes (Text.indices dependency contents)
0 commit comments