Skip to content

Commit 359ea6b

Browse files
committed
Fix spelling error
1 parent 62d8f9b commit 359ea6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Components/TestExplorer.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ module Interactions =
17371737
HasIncludeFilter = hasIncludeFilter
17381738
Tests = replaceProjectRootIfPresent tests })
17391739

1740-
let private discoverTests_WithLangaugeServer
1740+
let private discoverTests_WithLanguageServer
17411741
testItemFactory
17421742
(rootTestCollection: TestItemCollection)
17431743
tryGetLocation
@@ -2005,7 +2005,7 @@ module Interactions =
20052005
else
20062006
do! runTests_WithLanguageServer mergeTestResultsToExplorer testController.items req testRun
20072007
testRun.``end`` ()
2008-
do! discoverTests_WithLangaugeServer testItemFactory testController.items tryGetLocation
2008+
do! discoverTests_WithLanguageServer testItemFactory testController.items tryGetLocation
20092009

20102010
}
20112011
|> (Promise.toThenable >> (!^))
@@ -2160,7 +2160,7 @@ module Interactions =
21602160
cancellationToken
21612161
builtTestProjects
21622162
else
2163-
do! discoverTests_WithLangaugeServer testItemFactory rootTestCollection tryGetLocation
2163+
do! discoverTests_WithLanguageServer testItemFactory rootTestCollection tryGetLocation
21642164
}
21652165

21662166
let tryMatchTestBySuffix (locationCache: CodeLocationCache) (testId: TestId) =

0 commit comments

Comments
 (0)