diff options
Diffstat (limited to 'hotline/handshake_test.go')
| -rw-r--r-- | hotline/handshake_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/handshake_test.go b/hotline/handshake_test.go index 73ebfe4..508fb0f 100644 --- a/hotline/handshake_test.go +++ b/hotline/handshake_test.go @@ -166,7 +166,7 @@ func TestPerformHandshake(t *testing.T) { 0x54, 0x52, 0x54, 0x50, // TRTP }, expectedOutput: nil, - expectedError: "failed to read handshake data: invalid handshake size", + expectedError: "read handshake: invalid handshake size", }, { name: "Invalid Protocol", |