Radarr/src/NzbDrone.Common.Test/DiskProviderTests/IsParentFixtureBase.cs

12 lines
220 B
C#

using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Common.Disk;
using NzbDrone.Test.Common;
namespace NzbDrone.Common.Test.DiskProviderTests
{
public class IsParentPathFixture : TestBase
{
}
}