We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8732f commit dd1cb28Copy full SHA for dd1cb28
test/Ionide.ProjInfo.Tests/Tests.fs
@@ -2322,7 +2322,7 @@ let sample13SolutionFilesTest toolsPath loaderType workspaceFactory =
2322
let solutionItem = solutionContents.Items[0]
2323
2324
Expect.equal solutionItem.Guid (Guid("8ec462fd-d22e-90a8-e5ce-7e832ba40c5d")) "Should have the epxcted guid"
2325
- Expect.equal solutionItem.Name "\\Solution Items\\" "Should have the expected folder name"
+ Expect.equal solutionItem.Name $"{Path.DirectorySeparatorChar}Solution Items{Path.DirectorySeparatorChar}" "Should have the expected folder name"
2326
2327
match solutionItem.Kind with
2328
| InspectSln.Folder(_, files) ->
0 commit comments