diff --git a/vsintegration/tests/FSharp.Editor.Tests/CompletionProviderTests.fs b/vsintegration/tests/FSharp.Editor.Tests/CompletionProviderTests.fs index e94a5f69436..551b804bc37 100644 --- a/vsintegration/tests/FSharp.Editor.Tests/CompletionProviderTests.fs +++ b/vsintegration/tests/FSharp.Editor.Tests/CompletionProviderTests.fs @@ -423,7 +423,7 @@ xVal**y Assert.True(triggered, "Completion should trigger after typing an identifier that follows a mathematical operation") [] - let ShouldTriggerCompletionAtStartOfFileWithInsertion = + let ShouldTriggerCompletionAtStartOfFileWithInsertion () = let fileContents = """ l""" @@ -888,7 +888,7 @@ type T() = VerifyNoCompletionList(fileContents, "member this.M(p") [] - let ``Completion list on abstract member type signature contains modules and types but not keywords or functions`` = + let ``Completion list on abstract member type signature contains modules and types but not keywords or functions`` () = let fileContents = """ type Interface =