Skip to content

Commit 110c01c

Browse files
committed
refactor: update HashUtilsServiceTests to use HashUtilsService directly
1 parent 72b1913 commit 110c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeLineCounter.Tests/HashUtilsServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace CodeLineCounter.Tests
44
{
55
public class HashUtilsServiceTests
66
{
7-
private readonly IHashUtils _hashUtils;
7+
private readonly HashUtilsService _hashUtils;
88

99
public HashUtilsServiceTests()
1010
{

0 commit comments

Comments
 (0)