Explorar o código

Update EpisodeNumberTests.cs

Bond-009 %!s(int64=5) %!d(string=hai) anos
pai
achega
7df6d4e7a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs

+ 1 - 1
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)