mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Fixed: No not trim trailing "A" from series title when looking for a matching series
This commit is contained in:
@@ -113,5 +113,11 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
dirty.CleanSeriesTitle().Should().Be(word + "wordword");
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_not_clean_trailing_a()
|
||||
{
|
||||
"Tokyo Ghoul A".CleanSeriesTitle().Should().Be("tokyoghoula");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user