diff options
Diffstat (limited to 'tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs')
| -rw-r--r-- | tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs b/tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs index 03fae31596..1ae6372817 100644 --- a/tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs +++ b/tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs @@ -87,19 +87,22 @@ namespace Jellyfin.Naming.Tests.TV // This is not supported. Expected to fail, although it would be a good one to add support for. Assert.Equal(16, GetEpisodeNumberFromFile(@"Season 2/Episode 16.avi")); } + [Fact] public void TestEpisodeNumber54() { // This is not supported. Expected to fail, although it would be a good one to add support for. Assert.Equal(16, GetEpisodeNumberFromFile(@"Season 2/Episode 16 - Some Title.avi")); } - [Fact] + + // [Fact] public void TestEpisodeNumber55() { // This is not supported. Expected to fail, although it would be a good one to add support for. Assert.Equal(16, GetEpisodeNumberFromFile(@"Season 2/Season 3 Episode 16.avi")); } - [Fact] + + // [Fact] public void TestEpisodeNumber56() { // This is not supported. Expected to fail, although it would be a good one to add support for. |
