File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Renci.SshNet.Tests/Classes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ public void ConstructorWithFileNameAndPassphrase()
435
435
/// A test for <see cref="PrivateKeyFile(string, string)"/> ctor.
436
436
///</summary>
437
437
[ TestMethod ( ) ]
438
- public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEmptyExceptionWhenPrivateKeyIsEncryptedAndPassphraseIsEmpty ( )
438
+ public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEmptyExceptionWhenNeededPassphraseIsEmpty ( )
439
439
{
440
440
var passphrase = string . Empty ;
441
441
@@ -460,7 +460,7 @@ public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEm
460
460
/// A test for <see cref="PrivateKeyFile(string, string)"/> ctor.
461
461
///</summary>
462
462
[ TestMethod ( ) ]
463
- public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEmptyExceptionWhenPrivateKeyIsEncryptedAndPassphraseIsNull ( )
463
+ public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEmptyExceptionWhenNeededPassphraseIsNull ( )
464
464
{
465
465
string passphrase = null ;
466
466
You can’t perform that action at this time.
0 commit comments