aboutsummaryrefslogtreecommitdiff
path: root/ssh/handshake_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/handshake_test.go')
-rw-r--r--ssh/handshake_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/handshake_test.go b/ssh/handshake_test.go
index 61f9784..56f230c 100644
--- a/ssh/handshake_test.go
+++ b/ssh/handshake_test.go
@@ -1330,7 +1330,7 @@ func TestAlgorithmNegotiationError(t *testing.T) {
_, _, _, err = NewClientConn(c2, "", clientConf)
if err == nil {
- t.Fatal("client connection succeded expected algorithm negotiation error")
+ t.Fatal("client connection succeeded expected algorithm negotiation error")
}
var negotiationError *AlgorithmNegotiationError
if !errors.As(err, &negotiationError) {