mirror of https://github.com/lidarr/Lidarr
17 lines
323 B
C#
17 lines
323 B
C#
using System;
|
|
using AutoMoq;
|
|
using MbUnit.Framework;
|
|
using Moq;
|
|
using NzbDrone.Core.Providers;
|
|
using NzbDrone.Core.Providers.Core;
|
|
using NzbDrone.Core.Test.Framework;
|
|
|
|
namespace NzbDrone.Core.Test
|
|
{
|
|
[TestFixture]
|
|
// ReSharper disable InconsistentNaming
|
|
public class SyncProviderTest : TestBase
|
|
{
|
|
|
|
}
|
|
} |