From 0fd46a100ba94aca06c60b44e063f62523371ec6 Mon Sep 17 00:00:00 2001 From: mammo0 Date: Wed, 15 Mar 2023 13:01:39 +0100 Subject: [PATCH] fixed typo Co-authored-by: Shadowghost --- tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs b/tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs index 6f9ae7307e..0316377d49 100644 --- a/tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs +++ b/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().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' Assert.Equal(2, result.Count); }