mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
10fbb4d48d
commit
9220682fd1
@ -37,7 +37,7 @@ namespace Jellyfin.Server.Implementations.Tests.Sorting
|
||||
public IEnumerator<object?[]> GetEnumerator()
|
||||
{
|
||||
yield return new object?[] { null, new Episode() };
|
||||
yield return new object?[] { new Episode() };
|
||||
yield return new object?[] { new Episode(), null };
|
||||
}
|
||||
|
||||
IEnumerator IEnumerable.GetEnumerator() => GetEnumerator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user