File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
tests/FSharpLint.Client.Tests Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,11 @@ let TestDaemonVersion() =
5050 let testHintsFile = basePath </> " tests" </> " FSharpLint.FunctionalTest.TestedProject" </> " FSharpLint.FunctionalTest.TestedProject.NetCore" </> " TestHints.fs"
5151 let fsharpLintService : FSharpLintService = new LSPFSharpLintService() :> FSharpLintService
5252 let versionResponse = runVersionCall testHintsFile fsharpLintService
53-
53+
54+ match versionResponse.Result with
55+ | Content result -> Assert.IsFalse ( String.IsNullOrWhiteSpace result)
56+ // | _ -> Assert.Fail("Response should be a version number")
57+
5458 Assert.AreEqual( LanguagePrimitives.EnumToValue FSharpLintResponseCode.Version, versionResponse.Code)
5559
5660[<Test>]
You can’t perform that action at this time.
0 commit comments