mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Changing test name to be more descrptive.
This commit is contained in:
parent
579ed5c1fc
commit
67f81e8c07
@ -13,7 +13,7 @@ namespace Jellyfin.Server.Implementations.Tests.Sorting
|
|||||||
{
|
{
|
||||||
[Theory]
|
[Theory]
|
||||||
[ClassData(typeof(EpisodeTestData))]
|
[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();
|
var cmp = new AiredEpisodeOrderComparer();
|
||||||
if (err == true)
|
if (err == true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user