Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ad389 commit 9941d39Copy full SHA for 9941d39
LibGit2Sharp.Tests/RepositoryFixture.cs
@@ -709,7 +709,7 @@ public void CanListRemoteReferencesWithCredentials()
709
[Theory]
710
[InlineData("http://github.com/libgit2/TestGitRepository")]
711
[InlineData("https://github.com/libgit2/TestGitRepository")]
712
- //[InlineData("git://github.com/libgit2/TestGitRepository.git")]
+ [InlineData("git://github.com/libgit2/TestGitRepository.git")]
713
public void CanListRemoteReferences(string url)
714
{
715
IEnumerable<Reference> references = Repository.ListRemoteReferences(url).ToList();
0 commit comments