8000 Committish has two t's · philhack/libgit2sharp@625ebbd · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 625ebbd

Browse files
committed
Committish has two t's
1 parent a60e045 commit 625ebbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp.Tests/ResetIndexFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void ResetTheIndexWithTheHeadUnstagesEverything()
8080
}
8181

8282
[Fact]
83-
public void CanResetTheIndexToTheContentOfACommitWithCommitishAsArgument()
83+
public void CanResetTheIndexToTheContentOfACommitWithCommittishAsArgument()
8484
{
8585
string path = CloneStandardTestRepo();
8686
using (var repo = new Repository(path))
@@ -116,7 +116,7 @@ public void CanResetTheIndexToTheContentOfACommitWithCommitAsArgument()
116116
}
117117

118118
[Fact]
119-
public void CanResetTheIndexToASubsetOfTheContentOfACommitWithCommitishAsArgument()
119+
public void CanResetTheIndexToASubsetOfTheContentOfACommitWithCommittishAsArgument()
120120
{
121121
string path = CloneStandardTestRepo();
122122
using (var repo = new Repository(path))

0 commit comments

Comments
 (0)
0