using Xunit;
namespace Cleanuparr.Infrastructure.Tests.Features.Jobs.TestHelpers;
///
/// Collection definition for job handler tests that share .
/// Tests in this collection run sequentially to avoid FakeTimeProvider interference.
///
[CollectionDefinition(Name)]
public class JobHandlerCollection : ICollectionFixture
{
public const string Name = "JobHandler";
}