Fix test.

This commit is contained in:
drieseng
2020-12-30 22:12:54 +01:00
parent 767fafbfc1
commit 41e378cfc0
@@ -86,7 +86,7 @@ namespace Renci.SshNet.Tests.Classes.Connection
{
Assert.IsNotNull(_actualException);
Assert.IsNull(_actualException.InnerException);
Assert.AreEqual(string.Format("The server response does not contain an SSH protocol identification.{0}" +
Assert.AreEqual(string.Format("The server response does not contain an SSH identification string.{0}" +
"The connection to the remote server was closed before any data was received.{0}{0}" +
"More information on the Protocol Version Exchange is available here:{0}" +
"https://tools.ietf.org/html/rfc4253#section-4.2",