mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix tests
This commit is contained in:
parent
5bab02fa54
commit
b8e2d8e11a
@ -18,7 +18,7 @@ namespace Jellyfin.MediaEncoding.Tests.Probing
|
|||||||
public class ProbeResultNormalizerTests
|
public class ProbeResultNormalizerTests
|
||||||
{
|
{
|
||||||
private readonly JsonSerializerOptions _jsonOptions;
|
private readonly JsonSerializerOptions _jsonOptions;
|
||||||
private readonly ProbeResultNormalizer _probeResultNormalizer = new ProbeResultNormalizer(new NullLogger<EncoderValidatorTests>(), null);
|
private readonly ProbeResultNormalizer _probeResultNormalizer = new ProbeResultNormalizer(new NullLogger<EncoderValidatorTests>(), new Mock<ILocalizationManager>().Object);
|
||||||
|
|
||||||
public ProbeResultNormalizerTests()
|
public ProbeResultNormalizerTests()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user