Skip to content

Commit d63c599

Browse files
authored
Remove "Instance" access.
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent c556ff8 commit d63c599

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

HashifyNet.UnitTests/Algorithms/Jenkins/JenkinsOneAtATime_Implementation_Tests.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ public class IStreamableHashFunction_Tests
4343
};
4444

4545
protected override IJenkinsOneAtATime CreateHashFunction(int hashSize) =>
46-
HashFactory<IJenkinsOneAtATime, IJenkinsOneAtATimeConfig>.Instance.Create();
46+
HashFactory<IJenkinsOneAtATime, IJenkinsOneAtATimeConfig>.Create();
4747
}
4848
}
49-
}
49+
50+
}

0 commit comments

Comments
 (0)