mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: ArtistRepositoryFixture Test
This commit is contained in:
parent
28aa2eeeed
commit
993355e55a
1 changed files with 2 additions and 1 deletions
|
@ -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>()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue