mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-31 16:02:29 +01:00
16 lines
322 B
C#
16 lines
322 B
C#
using System;
|
|
using FluentAssertions;
|
|
using NUnit.Framework;
|
|
using NzbDrone.Common;
|
|
using NzbDrone.Core.Configuration;
|
|
using NzbDrone.Core.Test.Framework;
|
|
using NzbDrone.Core.Update;
|
|
|
|
namespace NzbDrone.Core.Test.UpdateTests
|
|
{
|
|
public class UpdatePackageProviderFixture : CoreTest<UpdatePackageProvider>
|
|
{
|
|
|
|
}
|
|
}
|