Skip to content

Commit f26d13a

Browse files
committed
Fix test on windows
1 parent a402733 commit f26d13a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ checkImport' testName originalPath expectedPath action excludedActions =
563563
chosenAction <- pickActionWithTitle action actionsOrCommands
564564
executeCodeAction chosenAction
565565
originalDocAfterAction <- documentContents originalDoc
566-
liftIO $ shouldBeDocContents @=? T.replace "\r\n" "\n" originalDocAfterAction
566+
liftIO $ T.replace "\r\n" "\n" shouldBeDocContents @=? T.replace "\r\n" "\n" originalDocAfterAction
567567

568568
renameActionTests :: TestTree
569569
renameActionTests = testGroup "rename actions"

0 commit comments

Comments
 (0)