File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vsintegration/tests/FSharp.Editor.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ xVal**y
423
423
Assert.True( triggered, " Completion should trigger after typing an identifier that follows a mathematical operation" )
424
424
425
425
[<Fact>]
426
- let ShouldTriggerCompletionAtStartOfFileWithInsertion =
426
+ let ShouldTriggerCompletionAtStartOfFileWithInsertion () =
427
427
let fileContents =
428
428
"""
429
429
l"""
@@ -888,7 +888,7 @@ type T() =
888
888
VerifyNoCompletionList( fileContents, " member this.M(p" )
889
889
890
890
[<Fact>]
891
- let ``Completion list on abstract member type signature contains modules and types but not keywords or functions`` =
891
+ let ``Completion list on abstract member type signature contains modules and types but not keywords or functions`` () =
892
892
let fileContents =
893
893
"""
894
894
type Interface =
You can’t perform that action at this time.
0 commit comments