mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: ArtistRepositoryFixture Test
This commit is contained in:
@@ -39,7 +39,8 @@ namespace NzbDrone.Core.Test.MusicTests.ArtistRepositoryTests
|
|||||||
{
|
{
|
||||||
Name = "TestProfile",
|
Name = "TestProfile",
|
||||||
PrimaryAlbumTypes = new List<ProfilePrimaryAlbumTypeItem>(),
|
PrimaryAlbumTypes = new List<ProfilePrimaryAlbumTypeItem>(),
|
||||||
SecondaryAlbumTypes = new List<ProfileSecondaryAlbumTypeItem>()
|
SecondaryAlbumTypes = new List<ProfileSecondaryAlbumTypeItem>(),
|
||||||
|
ReleaseStatuses = new List<ProfileReleaseStatusItem>()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user