Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Dec 6, 2024
1 parent 81ed1cf commit 5068921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common.Tests/Utils/HashingUtilsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace OpenShock.Common.Tests.Utils;
public class HashingUtilsTests
{
[Test]
[Arguments("test", "9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08")]
[Arguments("test", "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08")]
public async Task HashSha256(string str, string expectedHash)
{
// Act
Expand Down

0 comments on commit 5068921

Please sign in to comment.