1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 21:24:56 +00:00
Sonarr/NzbDrone.Services/NzbDrone.Services.Tests/Framework/TestDbHelper.cs

25 lines
No EOL
485 B
C#

// ReSharper disable RedundantUsingDirective
using System.Configuration;
using System.Linq;
using System;
using System.IO;
using Migrator.Providers;
using Migrator.Providers.SqlServer;
using NzbDrone.Core.Datastore;
using PetaPoco;
using MigrationsHelper = NzbDrone.Services.Service.Migrations.MigrationsHelper;
namespace NzbDrone.Services.Tests.Framework
{
internal static class TestDbHelper
{
public static void WhipeDb()
{
}
}
}