diff options
| author | JPVenson <github@jpb.email> | 2025-01-19 12:29:14 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2025-01-19 12:29:14 +0000 |
| commit | cd75df65213f2a4d8ae3f56773ae29a6ec3532a8 (patch) | |
| tree | b64455fddc20cb4972cbb3e40004a1ddc38eff83 /tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryStructureControllerTests.cs | |
| parent | 56a4aa180b05e57054da7ca9bce432446efa7b3c (diff) | |
Applied review comments
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryStructureControllerTests.cs')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryStructureControllerTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryStructureControllerTests.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryStructureControllerTests.cs index e7166d424..0f318f5a0 100644 --- a/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryStructureControllerTests.cs +++ b/tests/Jellyfin.Server.Integration.Tests/Controllers/LibraryStructureControllerTests.cs @@ -62,7 +62,7 @@ public sealed class LibraryStructureControllerTests : IClassFixture<JellyfinAppl } [Fact] - [Priority(-2)] + [Priority(0)] public async Task UpdateLibraryOptions_Valid_Success() { var client = _factory.CreateClient(); |
