mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-22 11:06:41 -04:00
Fix flaky unit tests (#604)
This commit is contained in:
1 parent
20ad056400
commit
ef8fb2dd0b
2 files changed
+5
No files matched your search
+2
@@ -22,10 +22,12 @@ using Microsoft.Extensions.Options;
|
||||
using NSubstitute;
|
||||
using NSubstitute.ExceptionExtensions;
|
||||
using Shouldly;
|
||||
using Cleanuparr.Infrastructure.Tests.Features.Jobs.Integration;
|
||||
using Xunit;
|
||||
|
||||
namespace Cleanuparr.Infrastructure.Tests.Features.DownloadRemover;
|
||||
|
||||
[Collection(IntegrationTestCollection.Name)]
|
||||
public class QueueItemRemoverTests : IDisposable
|
||||
{
|
||||
private readonly ILogger<QueueItemRemover> _logger;
|
||||
|
||||
@@ -14,8 +14,11 @@ using NSubstitute;
|
||||
using Shouldly;
|
||||
using Xunit;
|
||||
|
||||
using Cleanuparr.Infrastructure.Tests.Features.Jobs.Integration;
|
||||
|
||||
namespace Cleanuparr.Infrastructure.Tests.Services;
|
||||
|
||||
[Collection(IntegrationTestCollection.Name)]
|
||||
public class StrikerTests : IDisposable
|
||||
{
|
||||
private readonly EventsContext _strikerContext;
|
||||
|
||||
Reference in new issue
Block a user