Removed a hack that was put in when users complained about a tool improperly tagging. This is not the case for most tools. (#949)

This commit is contained in:
Joseph Milazzo 2022-01-16 15:46:41 -08:00 committed by GitHub
parent e9325824a3
commit 2434e96fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 16 deletions

View file

@ -30,13 +30,6 @@ namespace API.Tests.Services
_archiveService = new ArchiveService(_logger, _directoryService, new ImageService(Substitute.For<ILogger<ImageService>>(), _directoryService));
}
// [Fact]
// public void CleanComicInfo_ShouldMapVolumeAndChapterNormally()
// {
// // TODO: Implement this
// Assert.False(true);
// }
[Theory]
[InlineData("flat file.zip", false)]
[InlineData("file in folder in folder.zip", true)]