Skip to content

Commit 81e0400

Browse files
authored
Remove redundant usings and grammar fixes.
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 93ad80d commit 81e0400

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

HashifyNet.UnitTests/Core/UniversalTest.cs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,13 @@
3434
using HashifyNet.Algorithms.Pearson;
3535
using HashifyNet.Core.HashAlgorithm;
3636
using HashifyNet.UnitTests.Utilities;
37-
using System;
38-
using System.Collections.Generic;
3937
using System.Diagnostics;
40-
using System.Linq;
41-
using System.Text;
42-
using System.Threading.Tasks;
43-
using static System.Runtime.InteropServices.JavaScript.JSType;
4438

4539
namespace HashifyNet.UnitTests.Core
4640
{
4741
/// <summary>
4842
/// Written for testing every single available hash algorithm by using the universal factory. This ensures that at least all of the hash algorithms are returning valid buffers with the correct length and bit sizes.
49-
/// This test does not check for correctness of the output, only that the output is valid.
43+
/// This test does not check for the correctness of the output, only that the output is valid.
5044
/// </summary>
5145
public class UniversalTest
5246
{
@@ -698,3 +692,4 @@ public void RunUniversalTest()
698692
}
699693
}
700694
}
695+

0 commit comments

Comments
 (0)