diff options
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/crypto/test/OpenSshKeyParsingTest.cs | 2 |
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(); |