This commit is contained in:
Keith Dahlby 2013-08-29 14:06:24 -05:00
Родитель a60e045926
Коммит 625ebbd4bc
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -80,7 +80,7 @@ namespace LibGit2Sharp.Tests
}
[Fact]
public void CanResetTheIndexToTheContentOfACommitWithCommitishAsArgument()
public void CanResetTheIndexToTheContentOfACommitWithCommittishAsArgument()
{
string path = CloneStandardTestRepo();
using (var repo = new Repository(path))
@ -116,7 +116,7 @@ namespace LibGit2Sharp.Tests
}
[Fact]
public void CanResetTheIndexToASubsetOfTheContentOfACommitWithCommitishAsArgument()
public void CanResetTheIndexToASubsetOfTheContentOfACommitWithCommittishAsArgument()
{
string path = CloneStandardTestRepo();
using (var repo = new Repository(path))