mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Fix VideoFileInfoReader tests after mediainfo update... take 2
This commit is contained in:
parent
2505a19a88
commit
150a87f2ea
@ -61,7 +61,7 @@ public void get_info()
|
||||
info.Width.Should().Be(480);
|
||||
info.VideoColourPrimaries.Should().Be("BT.601 NTSC");
|
||||
info.VideoTransferCharacteristics.Should().Be("BT.709");
|
||||
info.AudioAdditionalFeatures.Should().Be("");
|
||||
info.AudioAdditionalFeatures.Should().BeOneOf("", "LC");
|
||||
|
||||
}
|
||||
|
||||
@ -100,7 +100,7 @@ public void get_info_unicode()
|
||||
info.Width.Should().Be(480);
|
||||
info.VideoColourPrimaries.Should().Be("BT.601 NTSC");
|
||||
info.VideoTransferCharacteristics.Should().Be("BT.709");
|
||||
info.AudioAdditionalFeatures.Should().Be("");
|
||||
info.AudioAdditionalFeatures.Should().BeOneOf("", "LC");
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user