Skip to content

Commit f790a7d

Browse files
author
Alex Peck
committed
more tests
1 parent d8d999c commit f790a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitFaster.Caching.UnitTests/Lru/ConcurrentLruBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public void TestComparer()
109109
public void TestConcurrencyLevel()
110110
{
111111
var b = new ConcurrentLruBuilder<int, int>()
112-
.WithConcurrencyLevel(-1);
112+
.WithConcurrencyLevel(0);
113113

114114
Action constructor = () => { var x = b.Build(); };
115115

0 commit comments

Comments
 (0)