diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-02-20 12:02:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 12:02:45 +0100 |
| commit | 7df6d4e7a09faf54fb7b907fd40fed2eb354f813 (patch) | |
| tree | 21650a23caaf9854a35982d8d7188a9fae03d705 | |
| parent | dfd74adc15a1f90f2e7ae6050a563bdbef581ee2 (diff) | |
Update EpisodeNumberTests.cs
| -rw-r--r-- | tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs b/tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs index fe6f1515c..5017fce4d 100644 --- a/tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs +++ b/tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs @@ -12,7 +12,7 @@ namespace Jellyfin.Naming.Tests.TV [InlineData("Watchmen (2019)/Watchmen 1x03 [WEBDL-720p][EAC3 5.1][h264][-TBS] - She Was Killed by Space Junk.mkv", 3)] [InlineData("The Daily Show/The Daily Show 25x22 - [WEBDL-720p][AAC 2.0][x264] Noah Baumbach-TBS.mkv", 22)] [InlineData("Castle Rock 2x01 Que el rio siga su curso [WEB-DL HULU 1080p h264 Dual DD5.1 Subs].mkv", 1)] - [InlineData("'After Life 1x06 Episodio 6 [WEB-DL NF 1080p h264 Dual DD 5.1 Sub].mkv", 6)] + [InlineData("After Life 1x06 Episodio 6 [WEB-DL NF 1080p h264 Dual DD 5.1 Sub].mkv", 6)] public void GetEpisodeNumberFromFileTest(string path, int? expected) { var result = new EpisodePathParser(_namingOptions) |
