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:
parent
e9325824a3
commit
2434e96fe9
2 changed files with 9 additions and 16 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue