File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public void ResetTheIndexWithTheHeadUnstagesEverything()
80
80
}
81
81
82
82
[ Fact ]
83
- public void CanResetTheIndexToTheContentOfACommitWithCommitishAsArgument ( )
83
+ public void CanResetTheIndexToTheContentOfACommitWithCommittishAsArgument ( )
84
84
{
85
85
string path = CloneStandardTestRepo ( ) ;
86
86
using ( var repo = new Repository ( path ) )
@@ -116,7 +116,7 @@ public void CanResetTheIndexToTheContentOfACommitWithCommitAsArgument()
116
116
}
117
117
118
118
[ Fact ]
119
- public void CanResetTheIndexToASubsetOfTheContentOfACommitWithCommitishAsArgument ( )
119
+ public void CanResetTheIndexToASubsetOfTheContentOfACommitWithCommittishAsArgument ( )
120
120
{
121
121
string path = CloneStandardTestRepo ( ) ;
122
122
using ( var repo = new Repository ( path ) )
You can’t perform that action at this time.
0 commit comments