From 01f2ffb5dab8e75b0a1d88e44a3a5dcdd39d4a41 Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Mon, 9 Sep 2024 12:42:23 +0200 Subject: [PATCH] Update failing QuickInfo test --- vsintegration/tests/FSharp.Editor.Tests/QuickInfoTests.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsintegration/tests/FSharp.Editor.Tests/QuickInfoTests.fs b/vsintegration/tests/FSharp.Editor.Tests/QuickInfoTests.fs index 5f658cb5155..7475f891a07 100644 --- a/vsintegration/tests/FSharp.Editor.Tests/QuickInfoTests.fs +++ b/vsintegration/tests/FSharp.Editor.Tests/QuickInfoTests.fs @@ -535,7 +535,7 @@ module Test = static let fu$$nc x = () """ - let expectedSignature = "val func: x: 'a -> unit" + let expectedSignature = "val private func: x: 'a -> unit" let tooltip = GetQuickInfoTextFromCode code