summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-04-16 00:04:25 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-04-16 00:04:25 +0700
commitdaa52b50b945dddb08b640c5794b1d3c9c39a212 (patch)
treefa8c86fec08fc796bb6d427290f114a8671f73e7 /crypto/test
parentRestore files to before openssh changes (diff)
downloadBouncyCastle.NET-ed25519-daa52b50b945dddb08b640c5794b1d3c9c39a212.tar.xz
Fixes and improvements for github_439
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs b/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs
index 46cac0f4c..02559b5c9 100644
--- a/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs
+++ b/crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs
@@ -16,7 +16,7 @@ using Org.BouncyCastle.Utilities.IO.Pem;
 namespace Org.BouncyCastle.Crypto.Tests
 {
     [TestFixture]
-    public class OpenSshKeyParsingTests
+    public class OpenSshKeyParsingTest
     {
         private static SecureRandom secureRandom = new SecureRandom();