mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
Fix error in test preventing Moq update (#10096)
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Jellyfin.Api.Tests.Auth.DefaultAuthorizationPolicy
|
||||
|
||||
_userManagerMock
|
||||
.Setup(u => u.GetUserById(It.IsAny<Guid>()))
|
||||
.Returns<User>(null);
|
||||
.Returns<User?>(null);
|
||||
|
||||
var claims = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user