mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
Fix nullable reference warnings
This commit is contained in:
@@ -88,7 +88,7 @@ public class QobuzDownloadServiceTests : IDisposable
|
||||
|
||||
var serviceProviderMock = new Mock<IServiceProvider>();
|
||||
serviceProviderMock.Setup(sp => sp.GetService(typeof(allstarr.Services.Subsonic.PlaylistSyncService)))
|
||||
.Returns(null);
|
||||
.Returns(null!);
|
||||
|
||||
return new QobuzDownloadService(
|
||||
_httpClientFactoryMock.Object,
|
||||
|
||||
Reference in New Issue
Block a user