mirror of
https://github.com/Readarr/Readarr
synced 2026-02-02 04:42:58 +01: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 @@ public void should_lazyload_profiles()
|
|||
{
|
||||
Name = "TestProfile",
|
||||
PrimaryAlbumTypes = new List<ProfilePrimaryAlbumTypeItem>(),
|
||||
SecondaryAlbumTypes = new List<ProfileSecondaryAlbumTypeItem>()
|
||||
SecondaryAlbumTypes = new List<ProfileSecondaryAlbumTypeItem>(),
|
||||
ReleaseStatuses = new List<ProfileReleaseStatusItem>()
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue