Removed test case that wasn't supposed to be there.

This commit is contained in:
Joseph Milazzo 2021-01-07 12:51:43 -06:00
parent 0b35ec70fd
commit 0a78cffb1f
3 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ namespace API.Tests.Services
[InlineData("v10.cbz", "v10.expected.jpg")]
[InlineData("v10 - with folder.cbz", "v10 - with folder.expected.jpg")]
//[InlineData("v10 - nested folder.cbz", "v10 - nested folder.expected.jpg")]
[InlineData("Akame ga KILL! ZERO v06 (2017) (Digital) (LuCaZ).cbz", "Akame ga KILL! ZERO v06 (2017) (Digital) (LuCaZ).expected.jpg")]
public void GetCoverImageTest(string inputFile, string expectedOutputFile)
{
var testDirectory = Path.Join(Directory.GetCurrentDirectory(), "../../../Services/Test Data/ImageProvider");