Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Aug 12, 2024
1 parent 7b1c7d8 commit b9dbe18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/KafkaFlow.CryptoShredding.Tests/Generators.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ from size in Gen.Choose(0, 5)
{
["location"] = cloneSecret(secret)
},
// encryptedMap = new Dictionary<string, EncryptedString>
// {
// ["password"] = secret.Value,
// ["username"] = secret.Value
// },
encryptedMap = new Dictionary<string, EncryptedString>
{
["password"] = secret.Value,
["username"] = secret.Value
},
innerSecret = new() { Value = secret.Value}
};

Expand Down

0 comments on commit b9dbe18

Please sign in to comment.