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 @@ -97,7 +97,7 @@ public void CanCheckoutAnExistingBranchByName(string branchName)
97
97
98
98
[ Theory ]
99
99
[ InlineData ( "6dcf9bf" , true , "6dcf9bf" ) ]
100
- [ InlineData ( "refs/tags/lw" , true , "refs/tags/ lw" ) ]
100
+ [ InlineData ( "refs/tags/lw" , true , "lw" ) ]
101
101
[ InlineData ( "HEAD~2" , true , "HEAD~2" ) ]
102
102
[ InlineData ( "6dcf9bf" , false , "6dcf9bf7541ee10456529833502442f385010c3d" ) ]
103
103
[ InlineData ( "refs/tags/lw" , false , "e90810b8df3e80c413d903f631643c716887138d" ) ]
@@ -748,7 +748,7 @@ public void CheckingOutABranchDoesNotAlterBinaryFiles()
748
748
749
749
[ Theory ]
750
750
[ InlineData ( "a447ba2ca8" ) ]
751
- [ InlineData ( "refs/tags/ lw" ) ]
751
+ [ InlineData ( "lw" ) ]
752
752
[ InlineData ( "e90810^{}" ) ]
753
753
public void CheckoutFromDetachedHead ( string commitPointer )
754
754
{
You can’t perform that action at this time.
0 commit comments