mirror of
https://github.com/Readarr/Readarr
synced 2025-12-12 11:26:06 +01:00
Fix NewznabRequestGenerator tests
This commit is contained in:
parent
b55c09ba3d
commit
d7b1a36a50
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ public void should_use_clean_title_and_encode()
|
|||
_singleBookSearchCriteria.BookTitle = "Daisy Jones & The Six";
|
||||
|
||||
var results = Subject.GetSearchRequests(_singleBookSearchCriteria);
|
||||
results.Tiers.Should().Be(1);
|
||||
results.Tiers.Should().Be(2);
|
||||
|
||||
var pageTier = results.GetTier(0).First().First();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue