8000 Fix failing test · libgit2/libgit2sharp@ea4e6c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea4e6c9

Browse files
committed
Fix failing test
1 parent 29b7380 commit ea4e6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/CloneFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public void CanInspectCertificateOnClone(string url, string hostname, Type certT
267267
Assert.True(valid);
268268
var x509 = ((CertificateX509)cert).Certificate;
269269
// we get a string with the different fields instead of a structure, so...
270-
Assert.Contains("CN=github.com,", x509.Subject);
270+
Assert.Contains("CN=github.com", x509.Subject);
271271
checksHappy = true;
272272
return false;
273273
}

0 commit comments

Comments
 (0)
0