Update src/NzbDrone.Core.Test/OrganizerTests/FileNameBuilderTests/FileNameBuilderFixture.cs

Co-authored-by: Mark McDowall <markus.mcd5@gmail.com>
pull/6573/head
Alan Collins 3 months ago committed by Alanoll
parent 04d44126c4
commit 3496785c14

@ -1017,7 +1017,7 @@ namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
[TestCase("Series Title - 031 - The Resolution to Kill [Lunar].avi", "")]
[TestCase("[ACX]Series Title 01 Episode Name [Kosaka] [9C57891E].mkv", "9C57891E")]
[TestCase("[S-T-D] Series Title! - 06 (1280x720 10bit AAC) [59B3F2EA].mkv", "59B3F2EA")]
public void should_replace_release_space_hash_with_scenename_hash(string sceneName, string hash)
public void should_replace_release_hash_with_scenename_hash(string sceneName, string hash)
{
_namingConfig.StandardEpisodeFormat = "{Release Hash}";

Loading…
Cancel
Save