Fixed broken tests
This commit is contained in:
@@ -7,7 +7,7 @@ namespace UnitTests.Tests.Utils;
|
||||
[TestClass]
|
||||
public class HashUtilTests
|
||||
{
|
||||
protected HashUtil _hashUtil = new(new RandomUtil(new MockLogger<RandomUtil>(), new JsonCloner(new JsonUtil())));
|
||||
protected HashUtil _hashUtil = new(new RandomUtil(new MockLogger<RandomUtil>(), new JsonCloner()));
|
||||
|
||||
[TestMethod]
|
||||
public void GenerateTest()
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace UnitTests.Tests.Utils;
|
||||
[TestClass]
|
||||
public sealed class RandomUtilTests
|
||||
{
|
||||
private readonly RandomUtil _randomUtil = new(new MockLogger<RandomUtil>(), new JsonCloner(new JsonUtil()));
|
||||
private readonly RandomUtil _randomUtil = new(new MockLogger<RandomUtil>(), new JsonCloner());
|
||||
|
||||
[TestMethod]
|
||||
public void GetIntTest()
|
||||
|
||||
Reference in New Issue
Block a user