Skip to content

Commit 46d99d6

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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");
1921
}
2022

2123
[Fact]

0 commit comments

Comments
 (0)