summary refs log tree commit diff
path: root/crypto/test/src
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2021-08-30 16:38:58 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2021-08-30 16:38:58 +1000
commit46bf6e3b4366c18d916d4e180627fddba018a9a4 (patch)
treea6f38f9ef5736ad8a47ac7b1326578fdf17f6c8d /crypto/test/src
parentinitial fix for #261 (diff)
downloadBouncyCastle.NET-ed25519-46bf6e3b4366c18d916d4e180627fddba018a9a4.tar.xz
fixed typos
Diffstat (limited to 'crypto/test/src')
-rw-r--r--crypto/test/src/pkcs/test/PKCS12StoreTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/pkcs/test/PKCS12StoreTest.cs b/crypto/test/src/pkcs/test/PKCS12StoreTest.cs
index dbd4881c8..fbceffe58 100644
--- a/crypto/test/src/pkcs/test/PKCS12StoreTest.cs
+++ b/crypto/test/src/pkcs/test/PKCS12StoreTest.cs
@@ -1427,7 +1427,7 @@ namespace Org.BouncyCastle.Pkcs.Tests
 			store.Load(new MemoryStream(repeatedLocalKeyIdPfx, false), "".ToCharArray());
 
 			IsTrue(store.GetCertificateChain("d4be139f9db456d225a8dcd2969479d960d2514a") == null);
-			IsTrue(store.GetCertificateChain("45cbf1116fb3f38b2984b3c7224cae70a74f7789").length == 1);
+			IsTrue(store.GetCertificateChain("45cbf1116fb3f38b2984b3c7224cae70a74f7789").Length == 1);
 		}
 
 		public override string Name