summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2017-08-13 23:38:16 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-08-13 23:38:16 +0700
commitcd3140b73f3f48ff5eb1459909b686a25c8da14d (patch)
tree98b5c7092cbb619d318e6c83cd86d94c47385e07
parentUpdate GMacTest from Java (diff)
downloadBouncyCastle.NET-ed25519-cd3140b73f3f48ff5eb1459909b686a25c8da14d.tar.xz
Fix namespace declaration
-rw-r--r--crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs b/crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs
index d08447df5..5b20f46be 100644
--- a/crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs
+++ b/crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs
@@ -11,7 +11,7 @@ using Org.BouncyCastle.Crypto.Tests;
 using Org.BouncyCastle.Utilities;
 using Org.BouncyCastle.Utilities.Encoders;
 
-namespace UnitTests.src.crypto.test
+namespace Org.BouncyCastle.Crypto.Tests
 {
     [TestFixture]
     public class GOST3411_2012_256DigestTest