From 068b590456eb1f1fd236ceb5f456bfdff9618da1 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sun, 9 Jan 2022 11:07:04 -0800 Subject: [PATCH] Fixed broken build (#922) --- API.Tests/Services/ParseScannedFilesTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }