Skip to content

Commit

Permalink
Update OperationHolderTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Feb 13, 2024
1 parent 1f3836c commit 8efea25
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ public void CreatingOperationHolderWithNullOriginalActivityDoesNotRestoreIt()

operation.Dispose();

#if NET6_0_OR_GREATER
Assert.IsNotNull(Activity.Current);
#else
Assert.IsNull(Activity.Current);
#endif
}

[TestMethod]
Expand Down

0 comments on commit 8efea25

Please sign in to comment.