We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a402733 commit f26d13aCopy full SHA for f26d13a
plugins/hls-refactor-plugin/test/Main.hs
@@ -563,7 +563,7 @@ checkImport' testName originalPath expectedPath action excludedActions =
563
chosenAction <- pickActionWithTitle action actionsOrCommands
564
executeCodeAction chosenAction
565
originalDocAfterAction <- documentContents originalDoc
566
- liftIO $ shouldBeDocContents @=? T.replace "\r\n" "\n" originalDocAfterAction
+ liftIO $ T.replace "\r\n" "\n" shouldBeDocContents @=? T.replace "\r\n" "\n" originalDocAfterAction
567
568
renameActionTests :: TestTree
569
renameActionTests = testGroup "rename actions"
0 commit comments