mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-08 14:52:56 -04:00
Fix flaky unit tests (#604)
This commit is contained in:
@@ -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