Fixup Repack Tests

This commit is contained in:
Qstick 2022-11-25 22:16:34 -06:00
parent b016b36435
commit c5c2b94b9a

View file

@ -285,9 +285,10 @@ public void should_return_true_when_repack_but_auto_download_repacks_is_true()
_trackFiles.Select(c =>
{
c.ReleaseGroup = "Lidarr";
c.ReleaseGroup = "Readarr";
return c;
}).ToList();
_trackFiles.Select(c =>
{
c.Quality = new QualityModel(Quality.FLAC);
@ -313,7 +314,7 @@ public void should_return_false_when_repack_but_auto_download_repacks_is_false()
_trackFiles.Select(c =>
{
c.ReleaseGroup = "Lidarr";
c.ReleaseGroup = "Readarr";
return c;
}).ToList();
_trackFiles.Select(c =>