Skip to content

Commit 26142ed

Browse files
bdurrerCopilot
andauthored
Apply suggestions from code review
Grammar Co-authored-by: Copilot <[email protected]>
1 parent c075793 commit 26142ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/EmbedIO.Tests/HttpsTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void OpenWebServerHttpsWithInvalidStore_ThrowsInvalidOperation()
7777
}
7878

7979
/// <summary>
80-
/// Test server with enabled mutual tls authentication for certificate acceptance on both sides
80+
/// Test server with enabled mutual TLS authentication for certificate acceptance on both sides
8181
/// </summary>
8282
[Test]
8383
[Platform("Win")]
@@ -109,7 +109,7 @@ public async Task OpenWebServerHttpsWithClientCertificate_AcceptsKnownCertificat
109109
}
110110

111111
/// <summary>
112-
/// Test server with enabled mutual tls authentication during a refused mutual authentication on the client side
112+
/// Test server with enabled mutual TLS authentication during a refused mutual authentication on the client side
113113
/// </summary>
114114
[Test]
115115
[Platform("Win")]
@@ -141,7 +141,7 @@ public async Task OpenWebServerHttpsWithClientCertificate_CanAcceptAnon()
141141
}
142142

143143
/// <summary>
144-
/// Test server with enabled mutual tls authentication when the provided client certificate is not accepted
144+
/// Test server with enabled mutual TLS authentication when the provided client certificate is not accepted
145145
/// </summary>
146146
[Test]
147147
[Platform("Win")]

0 commit comments

Comments
 (0)