summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/test/src/crypto/test/DSTU7564Test.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/DSTU7564Test.cs b/crypto/test/src/crypto/test/DSTU7564Test.cs

index 805d3c8ab..ecbfb7453 100644 --- a/crypto/test/src/crypto/test/DSTU7564Test.cs +++ b/crypto/test/src/crypto/test/DSTU7564Test.cs
@@ -623,7 +623,7 @@ namespace Org.BouncyCastle.Crypto.Tests public void Dstu7564TestFunction() { string resultText = Perform().ToString(); - Console.WriteLine(resultText); + Assert.AreEqual(Name + ": Okay", resultText); } }