You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
testCommand testPlugins act "applyrefact""applyOne" arg res
51
+
testCommand testPlugins applyRefactFp act "applyrefact""applyOne" arg res
52
52
53
53
-- ---------------------------------
54
54
@@ -61,7 +61,7 @@ applyRefactSpec = do
61
61
res =IdeResultOk$WorkspaceEdit
62
62
(Just$H.singleton applyRefactPath textEdits)
63
63
Nothing
64
-
testCommand testPlugins act "applyrefact""applyAll" arg res
64
+
testCommand testPlugins applyRefactFp act "applyrefact""applyAll" arg res
65
65
66
66
-- ---------------------------------
67
67
@@ -85,7 +85,7 @@ applyRefactSpec = do
85
85
"Redundant bracket\nFound:\n (x + 1)\nWhy not:\n x + 1\n"
86
86
Nothing
87
87
]}
88
-
runIGM testPlugins act `shouldReturn` res
88
+
runIGM testPlugins applyRefactFp act `shouldReturn` res
89
89
90
90
-- ---------------------------------
91
91
@@ -105,15 +105,15 @@ applyRefactSpec = do
105
105
, _source =Just"hlint"
106
106
, _message =T.pack filePathNoUri <>":13:24: error:\n Operator applied to too few arguments: +\n data instance Sing (z :: (a :~: b)) where\n> SRefl :: Sing Refl +\n\n"
107
107
, _relatedInformation =Nothing }]}
108
-
runIGM testPlugins act `shouldReturn` res
108
+
runIGM testPlugins applyRefactFp act `shouldReturn` res
0 commit comments