Fixed: DownloadedTrackImport Fixture Tests and ParserFixture Tests

#166
This commit is contained in:
Qstick
2017-12-24 21:45:28 -05:00
parent aab78a62e6
commit fdb7c96ffa
8 changed files with 43 additions and 39 deletions
@@ -217,6 +217,7 @@ namespace NzbDrone.Integration.Test
var artist = lookup.First();
artist.QualityProfileId = 1;
artist.LanguageProfileId = 1;
artist.MetadataProfileId = 1;
artist.Path = Path.Combine(ArtistRootFolder, artist.ArtistName);
artist.Monitored = true;
artist.AddOptions = new Core.Music.AddArtistOptions();