We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebec7e2 commit 13f185bCopy full SHA for 13f185b
HashifyNet.UnitTests/Algorithms/XxHash/XxHash_Implementation_Tests.cs
@@ -214,12 +214,6 @@ await Assert.ThrowsAsync<NotImplementedException>(
214
215
#endregion
216
217
- private readonly ITestOutputHelper logger;
218
- public XxHash_Implementation_Tests(ITestOutputHelper output)
219
- {
220
- logger = output;
221
- }
222
-
223
public class IStreamableHashFunction_Tests_xxHash
224
: IStreamableHashFunction_TestBase<IXxHash, IXxHashConfig>
225
{
@@ -280,4 +274,5 @@ protected override IXxHash CreateHashFunction(int hashSize) =>
280
274
});
281
275
}
282
276
283
-}
277
+
278
+}
0 commit comments