diff --git a/API.Tests/Services/ParseScannedFilesTests.cs b/API.Tests/Services/ParseScannedFilesTests.cs index a8adccb05..54e3399a2 100644 --- a/API.Tests/Services/ParseScannedFilesTests.cs +++ b/API.Tests/Services/ParseScannedFilesTests.cs @@ -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(); }