Fix tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jake Walker 2022-08-10 18:29:51 +01:00
parent 859bcf7e44
commit 593cea63e9
Signed by: jakew
GPG Key ID: 2B83DC56C147243B
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}