Skip to content

Commit 8315a15

Browse files
committed
fix test
1 parent 8828dad commit 8315a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsintegration/tests/UnitTests/LegacyLanguageService/Tests.LanguageService.Completion.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ for i in 0..a."]
783783
"let r = {AAA = 5}"
784784
"let b = {r with }"
785785
]
786-
AssertCtrlSpaceCompleteContains code "{r " [] ["AAA"]
786+
AssertCtrlSpaceCompleteContains code "{r " ["AAA"] []
787787

788788
[<Fact>]
789789
member public this.``Records.Constructors1``() =

0 commit comments

Comments
 (0)