mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
Fixup Repack Tests
This commit is contained in:
parent
b016b36435
commit
c5c2b94b9a
1 changed files with 3 additions and 2 deletions
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue