diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-08-30 20:02:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 20:02:31 +0200 |
| commit | ae031fdd28cac50a50e6713d64fa92ddd496aaf2 (patch) | |
| tree | b14410bc8873ec1c532ad2bab31ec1a65c29afa8 /tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs | |
| parent | a84dc794c6960a8a6e1dc0660e15a030e0f51305 (diff) | |
| parent | 442e756395c69cf001e2bafa6512e82a79d04c6b (diff) | |
Merge branch 'master' into tonemap-overlay
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs')
| -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 edd4b1e55..143020d43 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs +++ b/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs @@ -66,7 +66,7 @@ namespace Jellyfin.Server.Implementations.Tests.Localization var germany = localizationManager.FindLanguageInfo(identifier); Assert.NotNull(germany); - Assert.Equal("ger", germany.ThreeLetterISOLanguageName); + Assert.Equal("ger", germany!.ThreeLetterISOLanguageName); Assert.Equal("German", germany.DisplayName); Assert.Equal("German", germany.Name); Assert.Contains("deu", germany.ThreeLetterISOLanguageNames); |
