mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-19 06:00:41 +01:00
Update tests/Jellyfin.Server.Implementations.Tests/SyncPlay/GroupTests.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -16,7 +16,6 @@ namespace Jellyfin.Server.Implementations.Tests.SyncPlay
|
||||
[Fact]
|
||||
public void HasAccessToPlayQueue_ReturnsTrue_WhenItemsAreVisible()
|
||||
{
|
||||
// Arrange
|
||||
var mockLogger = new Mock<ILogger<Emby.Server.Implementations.SyncPlay.Group>>();
|
||||
var mockLoggerFactory = new Mock<ILoggerFactory>();
|
||||
mockLoggerFactory.Setup(x => x.CreateLogger(It.IsAny<string>())).Returns(mockLogger.Object);
|
||||
|
||||
Reference in New Issue
Block a user