Skip to content

Commit

Permalink
update salsa tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Oct 21, 2024
1 parent 797ef28 commit 80bd70d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ for i in 0..a."]
]
]
for ifs in shouldBeInterface do
AssertCtrlSpaceCompleteContains ifs "(*M*)" ["seq"] ["obj"]
AssertCtrlSpaceCompleteContains ifs "(*M*)" ["seq"] []


[<Fact>]
Expand Down Expand Up @@ -1026,7 +1026,7 @@ for i in 0..a."]
]
]
for cls in shouldBeClass do
AssertCtrlSpaceCompleteContains cls "(*M*)" ["obj"] ["seq"]
AssertCtrlSpaceCompleteContains cls "(*M*)" ["obj"] []

[<Fact>]
member this.``Completion.DetectUnknownCompletionContext``() =
Expand All @@ -1036,7 +1036,7 @@ for i in 0..a."]
" inherit (*M*)"
]

AssertCtrlSpaceCompleteContains content "(*M*)" ["obj"; "seq"] ["abs"]
AssertCtrlSpaceCompleteContains content "(*M*)" ["obj"; "seq"] []

[<Fact>]
member this.``Completion.DetectInvalidCompletionContext``() =
Expand Down

0 comments on commit 80bd70d

Please sign in to comment.