aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/IO/ManagedFileSystemTests.cs (renamed from tests/Emby.Server.Implementations.Tests/IO/ManagedFileSystemTests.cs)2
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj (renamed from tests/Emby.Server.Implementations.Tests/Emby.Server.Implementations.Tests.csproj)2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/Emby.Server.Implementations.Tests/IO/ManagedFileSystemTests.cs b/tests/Jellyfin.Server.Implementations.Tests/IO/ManagedFileSystemTests.cs
index 0044196a7..f2a8e447f 100644
--- a/tests/Emby.Server.Implementations.Tests/IO/ManagedFileSystemTests.cs
+++ b/tests/Jellyfin.Server.Implementations.Tests/IO/ManagedFileSystemTests.cs
@@ -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
{
diff --git a/tests/Emby.Server.Implementations.Tests/Emby.Server.Implementations.Tests.csproj b/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj
index c635a90f1..bb2afea16 100644
--- a/tests/Emby.Server.Implementations.Tests/Emby.Server.Implementations.Tests.csproj
+++ b/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj
@@ -4,6 +4,8 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
+
+ <RootNamespace>Jellyfin.Server.Implementations.Tests</RootNamespace>
</PropertyGroup>
<ItemGroup>