Skip to content

Commit

Permalink
fix: mac has windows directory separators
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed May 11, 2019
1 parent a7d7762 commit 5e1c577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pharmacist.Tests/NuGetPackageHelperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public class NuGetPackageHelperTests

private static readonly string[] ExpectedTizenDirectories =
{
"NETStandard.Library\\2.0.0",
"Tizen.NET.API4\\4.0.1.14152"
"NETStandard.Library" + Path.DirectorySeparatorChar + "2.0.0",
"Tizen.NET.API4" + Path.DirectorySeparatorChar + "4.0.1.14152"
};

/// <summary>
Expand Down

0 comments on commit 5e1c577

Please sign in to comment.