Skip to content

Commit 2bd6c47

Browse files
authored
Update failing QuickInfo test (#17672)
1 parent 7bfdd73 commit 2bd6c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsintegration/tests/FSharp.Editor.Tests/QuickInfoTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ module Test =
535535
static let fu$$nc x = ()
536536
"""
537537

538-
let expectedSignature = "val func: x: 'a -> unit"
538+
let expectedSignature = "val private func: x: 'a -> unit"
539539

540540
let tooltip = GetQuickInfoTextFromCode code
541541

0 commit comments

Comments
 (0)