Arlodotexe / OwlCore.Storage.CommonTests

Common tests that should pass for all implementations of OwlCore.Storage.
MIT License
1 stars 1 forks source link

Fixed `TaskCanceledException` assert #3

Closed itsWindows11 closed 2 months ago

itsWindows11 commented 2 months ago

Assert.ThrowsException only explicitly checks for an exception, not the exceptions that derive from it. Some libraries throw a TaskCanceledException instead of an OperationCanceledException, which may cause issues with tests.