Renamed project and namespace

This commit is contained in:
Ben Magee
2020-01-09 22:03:57 +00:00
parent 140673fcf6
commit 64baca9fac
3 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ using AutoFixture.AutoMoq;
using Emby.Server.Implementations.IO;
using Xunit;
namespace Emby.Server.Implementations.Tests.IO
namespace Jellyfin.Server.Implementations.Tests.IO
{
public class ManagedFileSystemTests
{

View File

@@ -4,6 +4,8 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Jellyfin.Server.Implementations.Tests</RootNamespace>
</PropertyGroup>
<ItemGroup>