summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-07-28 15:54:18 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-07-28 15:54:18 +0700
commit4bdf3411c2eae1ac5a1263d7d2a31ded884faac7 (patch)
tree9a78c8f04e576d2394b8c938a9bd10b5b3514e59
parentServeHello selected PSK handling (diff)
downloadBouncyCastle.NET-ed25519-4bdf3411c2eae1ac5a1263d7d2a31ded884faac7.tar.xz
Fix test class name
-rw-r--r--crypto/test/src/tls/test/DtlsPskProtocolTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/tls/test/DtlsPskProtocolTest.cs b/crypto/test/src/tls/test/DtlsPskProtocolTest.cs
index 0da6cb661..f0e685541 100644
--- a/crypto/test/src/tls/test/DtlsPskProtocolTest.cs
+++ b/crypto/test/src/tls/test/DtlsPskProtocolTest.cs
@@ -9,7 +9,7 @@ using Org.BouncyCastle.Utilities;
 namespace Org.BouncyCastle.Tls.Tests
 {
     [TestFixture]
-    public class DlsPskProtocolTest
+    public class DtlsPskProtocolTest
     {
         [Test]
         public void TestClientServer()