Update AlphanumComparatorTests.cs

This commit is contained in:
Bond-009 2020-03-05 12:24:12 +01:00 committed by GitHub
parent be1d4b32c6
commit 375cf212dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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")]