mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Added Tanzania countries.json (#14406)
* Update countries.json Added Tanzania * Fix order countries.json * Fix tests --------- Co-authored-by: Bond_009 <bond.009@outlook.com>
This commit is contained in:
committed by
GitHub
parent
eb6c0e0935
commit
8510cfe77d
@@ -22,7 +22,7 @@ namespace Jellyfin.Server.Implementations.Tests.Localization
|
||||
});
|
||||
var countries = localizationManager.GetCountries().ToList();
|
||||
|
||||
Assert.Equal(139, countries.Count);
|
||||
Assert.Equal(140, countries.Count);
|
||||
|
||||
var germany = countries.FirstOrDefault(x => x.Name.Equals("DE", StringComparison.Ordinal));
|
||||
Assert.NotNull(germany);
|
||||
|
||||
Reference in New Issue
Block a user