mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-23 17:16:57 +01:00
Fix MusicBrainz test. (#16789)
This commit is contained in:
@@ -8,6 +8,7 @@ using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Serialization;
|
||||
using MediaBrowser.Providers.Plugins.MusicBrainz;
|
||||
using MediaBrowser.Providers.Plugins.MusicBrainz.Configuration;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
using Moq;
|
||||
using Xunit;
|
||||
|
||||
@@ -41,7 +42,7 @@ namespace Jellyfin.Providers.Tests.ExternalId
|
||||
appHostMock.Setup(h => h.ApplicationVersionString).Returns("1.0.0");
|
||||
appHostMock.Setup(h => h.ApplicationUserAgentAddress).Returns("localhost");
|
||||
|
||||
_ = new Plugin(appPathsMock.Object, xmlSerializerMock.Object, appHostMock.Object);
|
||||
_ = new Plugin(appPathsMock.Object, xmlSerializerMock.Object, appHostMock.Object, NullLogger<Plugin>.Instance);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
||||
Reference in New Issue
Block a user