Skip to content

Commit ae64617

Browse files
author
Alex Peck
committed
no fail
1 parent 46d99d6 commit ae64617

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BitFaster.Caching.DependencyInjection.UnitTests/LruExtensionsTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ public void AddLru()
1616

1717
services.Count.Should().Be(1);
1818
services[0].IsSingleton<FastConcurrentLru<int, int>, ICache<int, int>>();
19-
20-
throw new Exception("failed");
2119
}
2220

2321
[Fact]

0 commit comments

Comments
 (0)