We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9cd34 commit 0c57ac8Copy full SHA for 0c57ac8
plugins/hls-class-plugin/test/Main.hs
@@ -76,7 +76,7 @@ codeActionTests = testGroup
76
[ "Add placeholders for 'f','g'"
77
, "Add placeholders for 'f','g' with signature(s)"
78
]
79
- , testCase "" $ runSessionWithServer classPlugin testDataDir $ do
+ , testCase "Update text document version" $ runSessionWithServer classPlugin testDataDir $ do
80
doc <- createDoc "Version.hs" "haskell" "module Version where"
81
ver1 <- (^.J.version) <$> getVersionedDoc doc
82
liftIO $ ver1 @?= Just 0
0 commit comments