diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-11-14 19:12:17 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-11-14 21:14:23 +0100 |
| commit | 0fd36a5bf1fc87ebbfd5b74585f0c080995c1688 (patch) | |
| tree | ee60c93712f2aedd209df4ac08588b20f6ee0521 /tests/Jellyfin.Networking.Tests | |
| parent | b62b0ec2b581369de42c69305773f0edb9d701b4 (diff) | |
Fix warnings in test projects
Diffstat (limited to 'tests/Jellyfin.Networking.Tests')
| -rw-r--r-- | tests/Jellyfin.Networking.Tests/NetworkParseTests.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Jellyfin.Networking.Tests/NetworkParseTests.cs b/tests/Jellyfin.Networking.Tests/NetworkParseTests.cs index 93514a501..19aaa5ef8 100644 --- a/tests/Jellyfin.Networking.Tests/NetworkParseTests.cs +++ b/tests/Jellyfin.Networking.Tests/NetworkParseTests.cs @@ -10,6 +10,7 @@ using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; +using IConfigurationManager = MediaBrowser.Common.Configuration.IConfigurationManager; namespace Jellyfin.Networking.Tests { |
