We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c0bb0 commit da7252aCopy full SHA for da7252a
HashifyNet.UnitTests/Core/FactoryTests.cs
@@ -120,7 +120,7 @@ public void Factory_ComputeCryptographicHashes_Works()
120
IHashFunctionBase[] functions = HashFactory.CreateHashAlgorithms(HashFunctionType.Cryptographic, new Dictionary<Type, IHashConfigBase>()
121
{
122
{ typeof(IArgon2id), Argon2idConfig.OWASP_Standard }
123
- }, typeof(IHashAlgorithmWrapper));
+ }, HashFactory.GetUnavailableHashAlgorithms());
124
125
Assert.NotNull(functions);
126
Assert.NotEmpty(functions);
@@ -162,3 +162,4 @@ public void Factory_CreateInstance_WithConfig_Works()
162
}
163
164
165
+
0 commit comments