Skip to content

Commit

Permalink
Revert "Update failing QuickInfo test (#17672)"
Browse files Browse the repository at this point in the history
This reverts commit 2bd6c47.
  • Loading branch information
vzarytovskii authored Sep 9, 2024
1 parent bd15475 commit b829bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsintegration/tests/FSharp.Editor.Tests/QuickInfoTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ module Test =
static let fu$$nc x = ()
"""

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

let tooltip = GetQuickInfoTextFromCode code

Expand Down

0 comments on commit b829bc8

Please sign in to comment.