Skip to content

Commit

Permalink
Fix code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
guistracini-outsurance-ie committed Sep 24, 2023
1 parent d6e3600 commit 9956288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CrispyWaffle.Tests/Cryptography/SecurityTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void Hash_InvalidType()

Assert.NotNull(result);
Assert.Equal(
"Invalid algorithm type (Parameter 'type')\r\nActual value was 10.",
$"Invalid algorithm type (Parameter 'type'){Environment.NewLine}Actual value was 10.",
result.Message
);
}
Expand Down

0 comments on commit 9956288

Please sign in to comment.