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

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