mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
Fixed test
This commit is contained in:
parent
03b5095b06
commit
07c71296fb
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user