Skip to content

Commit e42cff6

Browse files
authored
Oops
1 parent 9731b7d commit e42cff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ module Test =
518518
let private fu$$nc x = ()
519519
"""
520520

521-
let expectedSignature = "val func: x: 'a -> unit"
521+
let expectedSignature = "val private func: x: 'a -> unit"
522522

523523
let tooltip = GetQuickInfoTextFromCode code
524524

@@ -535,7 +535,7 @@ module Test =
535535
static let fu$$nc x = ()
536536
"""
537537

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

540540
let tooltip = GetQuickInfoTextFromCode code
541541

0 commit comments

Comments
 (0)