diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-07-28 15:54:18 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-07-28 15:54:18 +0700 |
commit | 4bdf3411c2eae1ac5a1263d7d2a31ded884faac7 (patch) | |
tree | 9a78c8f04e576d2394b8c938a9bd10b5b3514e59 | |
parent | ServeHello selected PSK handling (diff) | |
download | BouncyCastle.NET-ed25519-4bdf3411c2eae1ac5a1263d7d2a31ded884faac7.tar.xz |
Fix test class name
-rw-r--r-- | crypto/test/src/tls/test/DtlsPskProtocolTest.cs | 2 |
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() |