aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2025-03-27 19:46:45 -0600
committerCody Robibero <cody@robibe.ro>2025-03-27 19:46:45 -0600
commit6c46b06c755c1539a5e743d72318292fea72fe32 (patch)
tree909db7b4da21e189b7660d4d7342ea2ffba53718 /tests
parentf02190c394ad300c00dec4cc4f3b9d42ac6aaca2 (diff)
Fix merged namespace error
Diffstat (limited to 'tests')
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs
index a6d6b0340..caf2b06b7 100644
--- a/tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs
+++ b/tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs
@@ -1,6 +1,6 @@
using System;
-using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;
+using Jellyfin.Database.Implementations.Entities;
using Jellyfin.Server.Implementations.Item;
using MediaBrowser.Controller.Entities;
using Xunit;