Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Haik committed Nov 20, 2023
1 parent 5a4820e commit c635b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pandatech.Crypto.Tests/Aes256Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void EncryptDecryptWithNullCipher_ShouldReturnEmptyString()
[Fact]
public void GenerateAes256KeyIsValidInLoop()
{
for (var i = 0; i < 1_000_000; i++)
for (var i = 0; i < 1_000; i++)
{
var aes256 = new Aes256(new Aes256Options()
{
Expand Down

0 comments on commit c635b99

Please sign in to comment.