diff options
| author | Ben Magee <ben@bmagee.com> | 2020-01-09 22:03:57 +0000 |
|---|---|---|
| committer | Ben Magee <ben@bmagee.com> | 2020-01-09 22:03:57 +0000 |
| commit | 64baca9facae83832fc45f627f9249b38e37d168 (patch) | |
| tree | 3c5a3e9ee5a2c90a359609ecc86f959b96b28d11 /tests | |
| parent | 140673fcf6186c559c97829a14991f7f81d22430 (diff) | |
Renamed project and namespace
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> |
