refactor: Fix namespace in TrashLib.TestLibrary

pull/63/head
Robert Dailey 3 years ago
parent f7229b2413
commit 2572b15947

@ -1,6 +1,6 @@
using TrashLib.Radarr.CustomFormat.Models;
namespace Trash.TestLibrary;
namespace TrashLib.TestLibrary;
public static class CfTestUtils
{

@ -1,7 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Trash.TestLibrary</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\TrashLib\TrashLib.csproj" />
</ItemGroup>

@ -5,12 +5,12 @@ using Newtonsoft.Json.Linq;
using NSubstitute;
using NUnit.Framework;
using TestLibrary.FluentAssertions;
using Trash.TestLibrary;
using TrashLib.Radarr.Config;
using TrashLib.Radarr.CustomFormat.Guide;
using TrashLib.Radarr.CustomFormat.Models;
using TrashLib.Radarr.CustomFormat.Processors;
using TrashLib.Radarr.CustomFormat.Processors.GuideSteps;
using TrashLib.TestLibrary;
namespace TrashLib.Tests.Radarr.CustomFormat.Processors;

@ -1,10 +1,10 @@
using FluentAssertions;
using Newtonsoft.Json.Linq;
using NUnit.Framework;
using Trash.TestLibrary;
using TrashLib.Radarr.Config;
using TrashLib.Radarr.CustomFormat.Models;
using TrashLib.Radarr.CustomFormat.Processors.GuideSteps;
using TrashLib.TestLibrary;
namespace TrashLib.Tests.Radarr.CustomFormat.Processors.GuideSteps;

@ -5,11 +5,11 @@ using Newtonsoft.Json.Linq;
using NSubstitute;
using NUnit.Framework;
using TestLibrary.NSubstitute;
using Trash.TestLibrary;
using TrashLib.Radarr.CustomFormat.Api;
using TrashLib.Radarr.CustomFormat.Models;
using TrashLib.Radarr.CustomFormat.Models.Cache;
using TrashLib.Radarr.CustomFormat.Processors.PersistenceSteps;
using TrashLib.TestLibrary;
namespace TrashLib.Tests.Radarr.CustomFormat.Processors.PersistenceSteps;

Loading…
Cancel
Save