Update tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.cs

Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com>
This commit is contained in:
Bond-009 2021-07-24 14:03:08 +02:00 committed by GitHub
parent 0512f74459
commit f3b51dd77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ namespace Jellyfin.Model.Tests.Entities
[InlineData(3840, 1606, false, "4K")]
[InlineData(3840, 1608, false, "4K")]
[InlineData(3840, 2160, false, "4K")]
[InlineData(7680, 4320, false, "8K")]
public void GetResolutionText_Valid(int? width, int? height, bool interlaced, string expected)
{
var mediaStream = new MediaStream()