Skip to content

Commit 0c57ac8

Browse files
July541maralorn
authored andcommitted
name test
1 parent ab9cd34 commit 0c57ac8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ codeActionTests = testGroup
7676
[ "Add placeholders for 'f','g'"
7777
, "Add placeholders for 'f','g' with signature(s)"
7878
]
79-
, testCase "" $ runSessionWithServer classPlugin testDataDir $ do
79+
, testCase "Update text document version" $ runSessionWithServer classPlugin testDataDir $ do
8080
doc <- createDoc "Version.hs" "haskell" "module Version where"
8181
ver1 <- (^.J.version) <$> getVersionedDoc doc
8282
liftIO $ ver1 @?= Just 0

0 commit comments

Comments
 (0)