mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
Renamed project and namespace
This commit is contained in:
@@ -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
|
||||
{
|
||||
@@ -4,6 +4,8 @@
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
|
||||
<RootNamespace>Jellyfin.Server.Implementations.Tests</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
Reference in New Issue
Block a user