Manga search provider updates.

This commit is contained in:
2025-05-25 19:19:45 -04:00
parent 1a752bb57e
commit 648aa95f32
8 changed files with 60 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ public class NatoMangaWebSearchTests
.Returns(Task.FromResult(searchResultJson));
NatoMangaSearchProvider searchProvider = new(httpService);
MangaSearchResult[] searchResult = await searchProvider.SearchAsync("Gal Can't Be Kind");
MangaSearchResult[] searchResult = await searchProvider.SearchAsync("Gal Can't Be Kind", CancellationToken.None);
searchResult.Length.ShouldBe(2);
searchResult[0].Title.ShouldBe("Gal Can't Be Kind to Otaku!");