diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-08-14 08:09:38 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-08-14 08:09:38 +0200 |
| commit | 06e37a7bf6e56efdf1ce9db82ad0a9057efc8008 (patch) | |
| tree | 81a45b26423bc39edca21a77dcf37a2163834bd2 /tests/Jellyfin.Server.Implementations.Tests | |
| parent | c77649d21e6bd53a662b217c6431b7d123d656b9 (diff) | |
| parent | 8f97e690c8de997dea7861cca7f5a916b67dcb59 (diff) | |
Merge remote-tracking branch 'upstream/master' into optimize-db-helper-memory
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests')
| -rw-r--r-- | tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs index 2ed880ed9c..7d7de94348 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs +++ b/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs @@ -427,7 +427,7 @@ namespace Jellyfin.Server.Implementations.Tests.Localization { CultureInfo.CurrentUICulture = CultureInfo.GetCultureInfo("de"); var translated = localizationManager.GetLocalizedString("Artists"); - Assert.Equal("Interpreten", translated); + Assert.Equal("Künstler", translated); } finally { |
