Fix getTypeDefinitions test
[lsp-test.git] / test / Test.hs
index 09f8b341b27d5c89fe57e2213c81b6f6b726dbb0..2372cbefff91ebf9c2b6004a301d6cab0a1e5f63 100644 (file)
@@ -264,7 +264,7 @@ main = hspec $ do
       doc <- openDoc "Desktop/simple.hs" "haskell"
       let pos = Position 20 23  -- Quit value
       defs <- getTypeDefinitions doc pos
-      liftIO $ defs `shouldBe` [Location (doc ^. uri) (mkRange 10 0 15 19)]  -- Type definition
+      liftIO $ defs `shouldBe` [Location (doc ^. uri) (mkRange 10 0 14 19)]  -- Type definition
 
   describe "waitForDiagnosticsSource" $
     it "works" $ runSession "hie" fullCaps "test/data" $ do