Update AlphanumComparatorTests.cs

pull/2513/head
Bond-009 4 years ago committed by GitHub
parent be1d4b32c6
commit 375cf212dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save