Skip to content

Commit

Permalink
Fix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Zombach committed Jul 22, 2024
1 parent 0568e50 commit 849123a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Polly.Specs/Caching/CacheTResultSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public void Should_throw_when_action_is_null()
{
var flags = BindingFlags.NonPublic | BindingFlags.Instance;
Func<Context, CancellationToken, EmptyStruct> action = null!;
Action<Context, CancellationToken> actionVoid = null!;

ISyncCacheProvider<EmptyStruct> syncCacheProvider = new StubCacheProvider().For<EmptyStruct>();
ITtlStrategy<EmptyStruct> ttlStrategy = new ContextualTtl().For<EmptyStruct>();
Expand Down

0 comments on commit 849123a

Please sign in to comment.