This commit is contained in:
parent
859bcf7e44
commit
593cea63e9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ func TestCanConnect(t *testing.T) {
|
|||
t.Fatalf("failed to create client: %v", err)
|
||||
}
|
||||
|
||||
err = client.HandshakeLoop("mypassword", "4.0.0")
|
||||
err = client.HandshakeLoop("4.0.0", "password")
|
||||
if err != nil {
|
||||
t.Fatalf("failed to run handshake loop: %v", err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue