Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LibGit2Sharp.Tests/ResetHeadFixture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp.Tests/ResetHeadFixture.cs b/LibGit2Sharp.Tests/ResetHeadFixture.cs
index d757633c..f9b46c6c 100644
--- a/LibGit2Sharp.Tests/ResetHeadFixture.cs
+++ b/LibGit2Sharp.Tests/ResetHeadFixture.cs
@@ -180,7 +180,7 @@ namespace LibGit2Sharp.Tests
}
}
- [Fact(Skip = "Not working against current libgit2 version")]
+ [Fact]
public void HardResetUpdatesTheContentOfTheWorkingDirectory()
{
var clone = BuildTemporaryCloneOfTestRepo(StandardTestRepoWorkingDirPath);