aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-07-06 19:56:17 +0200
committerGitHub <noreply@github.com>2023-07-06 19:56:17 +0200
commit5b711f38d143fc3eca231c745a52fedbe7a10092 (patch)
tree5d24601a819fe6f2386d5c824751b0e6cfc12944 /tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs
parentb95fa294c9e896349c528c032508b9c714c13395 (diff)
parent2bc2848b8ecbcdd37077cefb54bf9d3ecfc4da11 (diff)
Merge pull request #9958 from Shadowghost/networking-fixex
Diffstat (limited to 'tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs')
-rw-r--r--tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs b/tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs
index c81fdefe9..2ff7c7de4 100644
--- a/tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs
+++ b/tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs
@@ -1,6 +1,6 @@
using FsCheck;
using FsCheck.Xunit;
-using MediaBrowser.Common.Net;
+using Jellyfin.Networking.Extensions;
using Xunit;
namespace Jellyfin.Networking.Tests