Skip to content

Commit 9780ddf

Browse files
authored
Fix comment
1 parent 93d8e45 commit 9780ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/DiffTreeToTreeFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ public void DiffThrowsANotFoundExceptionIfATreeIsMissing()
12621262
{
12631263
string repoPath = SandboxBareTestRepo();
12641264

1265-
// Manually delete the objects directory to simulate a partial clone
1265+
// Manually delete the tree object to simulate a partial clone
12661266
File.Delete(Path.Combine(repoPath, "objects", "58", "1f9824ecaf824221bd36edf5430f2739a7c4f5"));
12671267

12681268
using (var repo = new Repository(repoPath))

0 commit comments

Comments
 (0)