diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-10-04 18:08:23 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-10-04 18:08:23 +0700 |
commit | 535df8e9e32eaab273a981e9998eacacf75f4164 (patch) | |
tree | 9fd30b89236181373fd2ef5827a1769c7b594eaa /crypto/test/src/test/TupleHashTest.cs | |
parent | format changes only - relates to github #68 (diff) | |
download | BouncyCastle.NET-ed25519-535df8e9e32eaab273a981e9998eacacf75f4164.tar.xz |
Fix test namespaces
Diffstat (limited to '')
-rw-r--r-- | crypto/test/src/test/TupleHashTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/test/TupleHashTest.cs b/crypto/test/src/test/TupleHashTest.cs index f212f4abe..4d92ee7fe 100644 --- a/crypto/test/src/test/TupleHashTest.cs +++ b/crypto/test/src/test/TupleHashTest.cs @@ -7,7 +7,7 @@ using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; -namespace Org.BouncyCastle.Crypto.Tests +namespace Org.BouncyCastle.Tests { [TestFixture] /** |