瀏覽代碼

fixed typo

Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
mammo0 2 年之前
父節點
當前提交
0fd46a100b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs

+ 1 - 1
tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs

@@ -332,7 +332,7 @@ namespace Jellyfin.Naming.Tests.Video
                 files.Select(i => VideoResolver.Resolve(i, false, _namingOptions)).OfType<VideoFileInfo>().ToList(),
                 files.Select(i => VideoResolver.Resolve(i, false, _namingOptions)).OfType<VideoFileInfo>().ToList(),
                 _namingOptions).ToList();
                 _namingOptions).ToList();
 
 
-            // The result should contain to individual movies
+            // The result should contain two individual movies
             // Version grouping should not work here, because the files are not in a directory with the name 'Four Sisters and a Wedding'
             // Version grouping should not work here, because the files are not in a directory with the name 'Four Sisters and a Wedding'
             Assert.Equal(2, result.Count);
             Assert.Equal(2, result.Count);
         }
         }