Skip to content

Commit 13f185b

Browse files
authored
Remove garbage constructor previously used for testing purposes
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent ebec7e2 commit 13f185b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

HashifyNet.UnitTests/Algorithms/XxHash/XxHash_Implementation_Tests.cs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,6 @@ await Assert.ThrowsAsync<NotImplementedException>(
214214

215215
#endregion
216216

217-
private readonly ITestOutputHelper logger;
218-
public XxHash_Implementation_Tests(ITestOutputHelper output)
219-
{
220-
logger = output;
221-
}
222-
223217
public class IStreamableHashFunction_Tests_xxHash
224218
: IStreamableHashFunction_TestBase<IXxHash, IXxHashConfig>
225219
{
@@ -280,4 +274,5 @@ protected override IXxHash CreateHashFunction(int hashSize) =>
280274
});
281275
}
282276
}
283-
}
277+
278+
}

0 commit comments

Comments
 (0)