Skip to content

Commit f80e1e5

Browse files
committed
Revert "forgot to change the CodeAction kind in the test suite..."
This reverts commit 6e88299.
1 parent 6e88299 commit f80e1e5

File tree

1 file changed

+2
-2
lines changed
  • plugins/hls-change-type-signature-plugin/test

1 file changed

+2
-2
lines changed

plugins/hls-change-type-signature-plugin/test/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ findChangeTypeActions = pure . filter isChangeTypeAction . rights . map toEither
112112
isChangeTypeAction CodeAction{_kind} = case _kind of
113113
Nothing -> False
114114
Just kind -> case kind of
115-
"quickfix.changeTypeSignature" -> True
116-
_ -> False
115+
"quickfix.changeSignature" -> True
116+
_ -> False
117117

118118

119119
regexTest :: FilePath -> Text -> Bool -> TestTree

0 commit comments

Comments
 (0)