mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03:00
Changing test name to be more descrptive.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Jellyfin.Server.Implementations.Tests.Sorting
|
||||
{
|
||||
[Theory]
|
||||
[ClassData(typeof(EpisodeTestData))]
|
||||
public void Test1(BaseItem x, BaseItem y, int expected, bool err)
|
||||
public void AiredEpisodeOrderCompareTest(BaseItem x, BaseItem y, int expected, bool err)
|
||||
{
|
||||
var cmp = new AiredEpisodeOrderComparer();
|
||||
if (err == true)
|
||||
|
||||
Reference in New Issue
Block a user