diff options
| author | Hannes Braun <hannesbraun@mail.de> | 2022-09-28 16:17:08 +0200 |
|---|---|---|
| committer | Hannes Braun <hannesbraun@mail.de> | 2022-09-28 16:26:03 +0200 |
| commit | 4edeccc5e0ff391a5f8c35f5f9b81a5ca0e228de (patch) | |
| tree | 7adb6a1d6523ca2ec2ffe51607e521955c7ce778 /tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs | |
| parent | bb194b178fff1fe5257dca186222a8b666021795 (diff) | |
Remove redundant using directives
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs b/tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs index adaf624a9..48c49bf84 100644 --- a/tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs +++ b/tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs @@ -11,7 +11,6 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Serilog; using Serilog.Extensions.Logging; -using static MediaBrowser.Controller.Extensions.ConfigurationExtensions; namespace Jellyfin.Server.Integration.Tests { |
