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 253f2c5 commit 6f16f47Copy full SHA for 6f16f47
src/Tools/FirstRunCertGenerator/test/CertificateManagerTests.cs
@@ -316,7 +316,7 @@ public void EnsureCreateHttpsCertificate_CanExportTheCertInPemFormat_WithoutPass
316
public void EnsureCreateHttpsCertificate_CannotExportToNonExistentDirectory()
317
{
318
// Arrange
319
- const string CertificateName = nameof(EnsureCreateHttpsCertificate_DoesNotCreateACertificate_WhenThereIsAnExistingHttpsCertificates) + ".pem";
+ const string CertificateName = nameof(EnsureCreateHttpsCertificate_CannotExportToNonExistentDirectory) + ".pem";
320
321
_fixture.CleanupCertificates();
322
0 commit comments