From aa57e311ab1e3f0828e2bcf3cf9d8ec5e0b2d62f Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 6 Mar 2026 08:48:18 -0500 Subject: [PATCH] Fix duplicate dictionary key in PasswordHashTests test data --- tests/Jellyfin.Model.Tests/Cryptography/PasswordHashTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Jellyfin.Model.Tests/Cryptography/PasswordHashTests.cs b/tests/Jellyfin.Model.Tests/Cryptography/PasswordHashTests.cs index be15a0a7..7ba75556 100644 --- a/tests/Jellyfin.Model.Tests/Cryptography/PasswordHashTests.cs +++ b/tests/Jellyfin.Model.Tests/Cryptography/PasswordHashTests.cs @@ -84,7 +84,6 @@ namespace Jellyfin.Model.Tests.Cryptography new Dictionary() { { "iterations", "1000" }, - { "iterations", "1000" }, })); // Id + parameters + hash data.Add(