Skip to content

Commit fc00376

Browse files
committed
renamed test class
1 parent 83842a6 commit fc00376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SafeCrypt.UnitTests/AesTests/Encryption.cs renamed to src/SafeCrypt.UnitTests/AesTests/EncryptionDecryption.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace SafeCrypt.UnitTests.AesTests;
66

7-
public class Encryption
7+
public class EncryptionDecryption
88
{
99
public const string Data = "Hello, World!";
1010

0 commit comments

Comments
 (0)