Skip to content

Commit

Permalink
Fix verifytests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Feb 19, 2023
1 parent 9d256a2 commit 37939ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/FsAutoComplete.Tests.Lsp/CoreTests.fs
Expand Up @@ -264,7 +264,7 @@ let tooltipTests state =
verifySignature 1 5 "val listOfTuples : list<int * int>" // verify we default to prefix-generics style
verifySignature 2 5 "val listOfStructTuples : list<struct (int * int)>" // verify we render struct tuples in a round-tripabble format
verifySignature 3 5 "val floatThatShouldHaveGenericReportedInTooltip : float" // verify we strip <MeasureOne> measure annotations
pverifyDescription "This test depends on FSharp.Core.xml being in the bin directory of these tests"
verifyDescription
4
4
[ "**Description**"
Expand Down
2 changes: 1 addition & 1 deletion test/FsAutoComplete.Tests.Lsp/paket.references
@@ -1,4 +1,4 @@
FSharp.Core
FSharp.Core content: once
FSharp.Compiler.Service
FSharp.Control.Reactive
FSharpx.Async
Expand Down

0 comments on commit 37939ba

Please sign in to comment.