Fixed broken build (#922)

This commit is contained in:
Joseph Milazzo 2022-01-09 11:07:04 -08:00 committed by GitHub
parent ab8c762830
commit 068b590456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ namespace API.Tests.Services;
internal class MockReadingItemService : IReadingItemService
{
public ComicInfo GetComicInfo(string filePath, MangaFormat format)
public ComicInfo GetComicInfo(string filePath)
{
throw new System.NotImplementedException();
}