Skip to content

Commit 035ae54

Browse files
author
Alex Peck
committed
add test
1 parent 5b2d64a commit 035ae54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BitFaster.Caching.UnitTests/Atomic/AtomicFactoryAsyncCacheTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void WhenRemovedEventHandlerIsRegisteredItIsFired()
9292
}
9393

9494
// backcompat: remove conditional compile
95-
#if NETCOREAPP3_0_OR_GREATER
95+
#if NET
9696
[Fact]
9797
public void WhenUpdatedEventHandlerIsRegisteredItIsFired()
9898
{
@@ -259,7 +259,7 @@ public async Task WhenFactoryThrowsEmptyKeyIsNotEnumerable()
259259
}
260260

261261
// backcompat: remove conditional compile
262-
#if NETCOREAPP3_0_OR_GREATER
262+
#if NET
263263
[Fact]
264264
public void WhenRemovedValueIsReturned()
265265
{

0 commit comments

Comments
 (0)