mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
17 lines
No EOL
323 B
C#
17 lines
No EOL
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
|
|
{
|
|
|
|
}
|
|
} |