Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 11, 2017
1 parent e3647d7 commit 9c7f6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitLink.Tests/Extensions/RepositoryExtensionFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void NormalizeFileAtRoot(bool scrambleCase, bool absolutePath, bool empty
[Theory, Pairwise]
public void NormalizeFileOneDirDeep(bool scrambleCase, bool absolutePath, bool emptySegments, bool forwardSlashes)
{
string expected = "src/EnlistmentInfo.targets";
string expected = "src/Directory.Build.targets";
string input = GetPathToTest(expected, scrambleCase, absolutePath, emptySegments, forwardSlashes);
string actual = repo.GetNormalizedPath(input);
Assert.AreEqual(expected, actual);
Expand Down

0 comments on commit 9c7f6b4

Please sign in to comment.