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()
435435 /// A test for <see cref="PrivateKeyFile(string, string)"/> ctor.
436436 ///</summary>
437437 [ TestMethod ( ) ]
438- public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEmptyExceptionWhenPrivateKeyIsEncryptedAndPassphraseIsEmpty ( )
438+ public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEmptyExceptionWhenNeededPassphraseIsEmpty ( )
439439 {
440440 var passphrase = string . Empty ;
441441
@@ -460,7 +460,7 @@ public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEm
460460 /// A test for <see cref="PrivateKeyFile(string, string)"/> ctor.
461461 ///</summary>
462462 [ TestMethod ( ) ]
463- public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEmptyExceptionWhenPrivateKeyIsEncryptedAndPassphraseIsNull ( )
463+ public void ConstructorWithFileNameAndPassphraseShouldThrowSshPassPhraseNullOrEmptyExceptionWhenNeededPassphraseIsNull ( )
464464 {
465465 string passphrase = null ;
466466
You can’t perform that action at this time.
0 commit comments