fixed typo

Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
This commit is contained in:
mammo0 2023-03-15 13:01:39 +01:00 committed by GitHub
parent 90e8aad05d
commit 0fd46a100b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}