From 4bdf3411c2eae1ac5a1263d7d2a31ded884faac7 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 28 Jul 2021 15:54:18 +0700 Subject: Fix test class name --- crypto/test/src/tls/test/DtlsPskProtocolTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit 1.4.1