Skip to content

Commit 41e378c

Browse files
committed
Fix test.
1 parent 767fafb commit 41e378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet.Tests/Classes/Connection/ProtocolVersionExchangeTest_ConnectionClosedByServer_NoDataSentByServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void StartShouldHaveThrownSshConnectionException()
8686
{
8787
Assert.IsNotNull(_actualException);
8888
Assert.IsNull(_actualException.InnerException);
89-
Assert.AreEqual(string.Format("The server response does not contain an SSH protocol identification.{0}" +
89+
Assert.AreEqual(string.Format("The server response does not contain an SSH identification string.{0}" +
9090
"The connection to the remote server was closed before any data was received.{0}{0}" +
9191
"More information on the Protocol Version Exchange is available here:{0}" +
9292
"https://tools.ietf.org/html/rfc4253#section-4.2",

0 commit comments

Comments
 (0)