mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Forgot to commit one changed line
This commit is contained in:
@@ -60,7 +60,7 @@ namespace mRemoteNGTests.Security
|
||||
[Test]
|
||||
public void DecryptingFromPreviousApplicationExecutionWorks()
|
||||
{
|
||||
var decryptedCipherText = _rijndaelCryptographyProvider.Decrypt(_importedCipherText, _encryptionKey);
|
||||
var decryptedCipherText = _rijndaelCryptographyProvider.Decrypt(CipherText, _encryptionKey);
|
||||
Assert.That(decryptedCipherText, Is.EqualTo(_plainText));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user