Skip to content

Commit ae5f802

Browse files
author
Flepp Jann
committed
Small adjustment
Signed-off-by: Flepp Jann <[email protected]>
1 parent 23e3015 commit ae5f802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArchUnitNETTests/Domain/TestArchitectureCache.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ namespace ArchUnitNETTests.Domain
44
{
55
public class TestArchitectureCache : ArchitectureCache
66
{
7-
public int Size()
7+
public long Size()
88
{
9-
return (int)_cache.GetCount();
9+
return _cache.GetCount();
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)