refactor: Delete unused source file

pull/201/head
Robert Dailey 1 year ago
parent 38e7980dbe
commit 3e2ce37701

@ -1,16 +0,0 @@
// using System.Diagnostics.CodeAnalysis;
//
// namespace Recyclarr.TrashLib.Tests;
//
// [SetUpFixture]
// [SuppressMessage("ReSharper", "CheckNamespace")]
// public class GlobalTestSetup
// {
// [OneTimeSetUp]
// public void Setup()
// {
// AssertionOptions.FormattingOptions.MaxDepth = 100;
// }
// }

@ -4,7 +4,4 @@
<ProjectReference Include="..\Recyclarr.TrashLib.TestLibrary\Recyclarr.TrashLib.TestLibrary.csproj" />
<ProjectReference Include="..\Recyclarr.TrashLib\Recyclarr.TrashLib.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\" />
</ItemGroup>
</Project>

Loading…
Cancel
Save