diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-01-24 17:55:25 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-01-24 17:55:25 +0100 |
| commit | f6b293203aac0dd57c93ca9e77b8441a2c1918fd (patch) | |
| tree | a6972c7fb3212b5e9cd937a845a7efe9e58fa48c /tests | |
| parent | d24e7f60c754620f88faa294af5bf0309b59c785 (diff) | |
Restore weird behaviour
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Api.Tests/Helpers/RequestHelpersTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Api.Tests/Helpers/RequestHelpersTests.cs b/tests/Jellyfin.Api.Tests/Helpers/RequestHelpersTests.cs index 944472c68..606041c7f 100644 --- a/tests/Jellyfin.Api.Tests/Helpers/RequestHelpersTests.cs +++ b/tests/Jellyfin.Api.Tests/Helpers/RequestHelpersTests.cs @@ -51,7 +51,7 @@ namespace Jellyfin.Api.Tests.Helpers new (string, SortOrder)[] { ("SortName", SortOrder.Descending), - ("ProductionYear", SortOrder.Ascending), + ("ProductionYear", SortOrder.Descending), } }; } |
