aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormammo0 <mammo0@users.noreply.github.com>2023-03-15 13:01:39 +0100
committerGitHub <noreply@github.com>2023-03-15 13:01:39 +0100
commit0fd46a100ba94aca06c60b44e063f62523371ec6 (patch)
tree781ae6a576b08055139c0b6fbb8102c032bbf8ef
parent90e8aad05d93842c7400b0ff5326e69fe5e7b48e (diff)
fixed typo
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
-rw-r--r--tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs b/tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs
index 6f9ae7307..0316377d4 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<VideoFileInfo>().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);
}