1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-01 12:54:21 +00:00

Fixed test

This commit is contained in:
Mark McDowall 2014-12-31 23:16:18 -08:00
parent 03b5095b06
commit 07c71296fb

View file

@ -267,7 +267,7 @@ public void should_format_prefixed_range_multi_episode_using_episode_separator()
_namingConfig.MultiEpisodeStyle = 5;
Subject.BuildFileName(new List<Episode> { _episode1, _episode2, _episode3 }, _series, _episodeFile)
.Should().Be("South Park - 15E06-x08 - City Sushi");
.Should().Be("South Park - 15x06-x08 - City Sushi");
}
}
}