Skip to content

Commit 6f16f47

Browse files
authored
Correct copy-paste error
1 parent 253f2c5 commit 6f16f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools/FirstRunCertGenerator/test/CertificateManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public void EnsureCreateHttpsCertificate_CanExportTheCertInPemFormat_WithoutPass
316316
public void EnsureCreateHttpsCertificate_CannotExportToNonExistentDirectory()
317317
{
318318
// Arrange
319-
const string CertificateName = nameof(EnsureCreateHttpsCertificate_DoesNotCreateACertificate_WhenThereIsAnExistingHttpsCertificates) + ".pem";
319+
const string CertificateName = nameof(EnsureCreateHttpsCertificate_CannotExportToNonExistentDirectory) + ".pem";
320320

321321
_fixture.CleanupCertificates();
322322

0 commit comments

Comments
 (0)