Skip to content

Commit 9941d39

Browse files
committed
Revert commented test
1 parent 85ad389 commit 9941d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: LibGit2Sharp.Tests/RepositoryFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ public void CanListRemoteReferencesWithCredentials()
709709
[Theory]
710710
[InlineData("http://github.com/libgit2/TestGitRepository")]
711711
[InlineData("https://github.com/libgit2/TestGitRepository")]
712-
//[InlineData("git://github.com/libgit2/TestGitRepository.git")]
712+
[InlineData("git://github.com/libgit2/TestGitRepository.git")]
713713
public void CanListRemoteReferences(string url)
714714
{
715715
IEnumerable<Reference> references = Repository.ListRemoteReferences(url).ToList();

0 commit comments

Comments
 (0)