Skip to content

Commit

Permalink
Fix further issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Dec 16, 2024
1 parent c398a61 commit aa53ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Threading.Tasks;
using Testably.Abstractions.Testing.Statistics;
using Testably.Abstractions.Testing.Tests.TestHelpers;
// ReSharper disable MethodSupportsCancellation

namespace Testably.Abstractions.Testing.Tests.Statistics.FileSystem;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
using System.IO;
using System.Threading;
using System.Threading.Tasks;
// ReSharper disable MethodSupportsCancellation
// ReSharper disable MethodHasAsyncOverloadWithCancellation

namespace Testably.Abstractions.Tests.FileSystem.FileSystemWatcher;

Expand Down

0 comments on commit aa53ad1

Please sign in to comment.