Skip to content

Commit d36a511

Browse files
committed
Remove second GetValueAsync call
1 parent b0c48d6 commit d36a511

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BitFaster.Caching.UnitTests/Atomic/AsyncAtomicFactoryTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ static async Task AsyncAtomicFactoryGetValueAsync()
118118
catch (ArithmeticException)
119119
{
120120
}
121-
122-
await a.GetValueAsync(12, (i) => Task.FromResult(24));
123121
}
124122
}
125123

0 commit comments

Comments
 (0)