diff options
| author | cvium <clausvium@gmail.com> | 2021-03-10 19:30:23 +0100 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-03-10 19:30:23 +0100 |
| commit | 7d69c2550c8d5a7f8df3f193bf5d1eda9203c57b (patch) | |
| tree | 7a14317ebe6a11e501b4706f2ad4fc607c53e443 | |
| parent | b0af11c34e1c4ac476433944d68a7944598cc5f9 (diff) | |
fix copy/paste error in test
| -rw-r--r-- | tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs b/tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs index 4121a2749..2af666759 100644 --- a/tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs +++ b/tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs @@ -393,8 +393,8 @@ namespace Jellyfin.Naming.Tests.Video { var files = new[] { - @"/movies/John Wick - Chapter 3 (2019)/John Wick - Kapitel 3 (2019) [Version 1].mkv", - @"/movies/John Wick - Chapter 3 (2019)/John Wick - Kapitel 3 (2019) [Version 2.mkv" + @"/movies/John Wick - Chapter 3 (2019)/John Wick - Chapter 3 (2019) [Version 1].mkv", + @"/movies/John Wick - Chapter 3 (2019)/John Wick - Chapter 3 (2019) [Version 2.mkv" }; var result = _videoListResolver.Resolve(files.Select(i => new FileSystemMetadata |
