Fix duplicate dictionary key in PasswordHashTests test data
This commit is contained in:
@@ -84,7 +84,6 @@ namespace Jellyfin.Model.Tests.Cryptography
|
|||||||
new Dictionary<string, string>()
|
new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
{ "iterations", "1000" },
|
{ "iterations", "1000" },
|
||||||
{ "iterations", "1000" },
|
|
||||||
}));
|
}));
|
||||||
// Id + parameters + hash
|
// Id + parameters + hash
|
||||||
data.Add(
|
data.Add(
|
||||||
|
|||||||
Reference in New Issue
Block a user