Skip to content

Commit dd1cb28

Browse files
committed
Tweak tests
1 parent ea8732f commit dd1cb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Ionide.ProjInfo.Tests/Tests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2322,7 +2322,7 @@ let sample13SolutionFilesTest toolsPath loaderType workspaceFactory =
23222322
let solutionItem = solutionContents.Items[0]
23232323

23242324
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"
2325+
Expect.equal solutionItem.Name $"{Path.DirectorySeparatorChar}Solution Items{Path.DirectorySeparatorChar}" "Should have the expected folder name"
23262326

23272327
match solutionItem.Kind with
23282328
| InspectSln.Folder(_, files) ->

0 commit comments

Comments
 (0)