mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
@@ -5,8 +5,8 @@ using FluentAssertions;
|
||||
using Moq;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common.Disk;
|
||||
using NzbDrone.Core.Books;
|
||||
using NzbDrone.Core.DiskSpace;
|
||||
using NzbDrone.Core.Music;
|
||||
using NzbDrone.Core.RootFolders;
|
||||
using NzbDrone.Core.Test.Framework;
|
||||
using NzbDrone.Test.Common;
|
||||
@@ -52,8 +52,8 @@ namespace NzbDrone.Core.Test.DiskSpace
|
||||
|
||||
private void GivenArtist(params Author[] artist)
|
||||
{
|
||||
Mocker.GetMock<IArtistService>()
|
||||
.Setup(v => v.GetAllArtists())
|
||||
Mocker.GetMock<IAuthorService>()
|
||||
.Setup(v => v.GetAllAuthors())
|
||||
.Returns(artist.ToList());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user