Skip to content

Commit 05b65a4

Browse files
committed
test assertion order fix
1 parent 27eda08 commit 05b65a4

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
@@ -249,4 +249,4 @@ codeActionTests = testGroup "Code Actions"
249249
mapM_ executeCodeAction selectedCas
250250
_ <- skipManyTill anyMessage $ getDocumentEdit cabDoc -- Wait for the changes in cabal file
251251
contents <- documentContents cabDoc
252-
liftIO $ assertEqual (T.unpack dependency <> " isn't found in the cabal file") (Text.indices dependency contents) indicesRes
252+
liftIO $ assertEqual (T.unpack dependency <> " isn't found in the cabal file") indicesRes (Text.indices dependency contents)

0 commit comments

Comments
 (0)