diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-03-05 12:24:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-05 12:24:12 +0100 |
| commit | 375cf212dd7ac84f073dc5b0c1df7944c1a99422 (patch) | |
| tree | db3da171d9843bf93241a7bebc3d2ea90ccd558e /tests | |
| parent | be1d4b32c6643af69c27c746578b1994a4a650ff (diff) | |
Update AlphanumComparatorTests.cs
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Controller.Tests/AlphanumComparatorTests.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Jellyfin.Controller.Tests/AlphanumComparatorTests.cs b/tests/Jellyfin.Controller.Tests/AlphanumComparatorTests.cs index 09a66036a..929bb92aa 100644 --- a/tests/Jellyfin.Controller.Tests/AlphanumComparatorTests.cs +++ b/tests/Jellyfin.Controller.Tests/AlphanumComparatorTests.cs @@ -10,6 +10,7 @@ namespace Jellyfin.Controller.Tests { private readonly Random _rng = new Random(42); + // InlineData is pre-sorted [Theory] [InlineData(null, "", "1", "9", "10", "a", "z")] [InlineData("50F", "100F", "SR9", "SR100")] |
