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)
9797
9898 [ Theory ]
9999 [ InlineData ( "6dcf9bf" , true , "6dcf9bf" ) ]
100- [ InlineData ( "refs/tags/lw" , true , "refs/tags/ lw" ) ]
100+ [ InlineData ( "refs/tags/lw" , true , "lw" ) ]
101101 [ InlineData ( "HEAD~2" , true , "HEAD~2" ) ]
102102 [ InlineData ( "6dcf9bf" , false , "6dcf9bf7541ee10456529833502442f385010c3d" ) ]
103103 [ InlineData ( "refs/tags/lw" , false , "e90810b8df3e80c413d903f631643c716887138d" ) ]
@@ -748,7 +748,7 @@ public void CheckingOutABranchDoesNotAlterBinaryFiles()
748748
749749 [ Theory ]
750750 [ InlineData ( "a447ba2ca8" ) ]
751- [ InlineData ( "refs/tags/ lw" ) ]
751+ [ InlineData ( "lw" ) ]
752752 [ InlineData ( "e90810^{}" ) ]
753753 public void CheckoutFromDetachedHead ( string commitPointer )
754754 {
You can’t perform that action at this time.
0 commit comments