Skip to content

Commit

Permalink
Correct copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
amcasey authored Jul 25, 2024
1 parent 253f2c5 commit 6f16f47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void EnsureCreateHttpsCertificate_CanExportTheCertInPemFormat_WithoutPass
public void EnsureCreateHttpsCertificate_CannotExportToNonExistentDirectory()
{
// Arrange
const string CertificateName = nameof(EnsureCreateHttpsCertificate_DoesNotCreateACertificate_WhenThereIsAnExistingHttpsCertificates) + ".pem";
const string CertificateName = nameof(EnsureCreateHttpsCertificate_CannotExportToNonExistentDirectory) + ".pem";

_fixture.CleanupCertificates();

Expand Down

0 comments on commit 6f16f47

Please sign in to comment.