forked from jshiffer/go-xmpp
Code clean-up
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ func TestHandshake(t *testing.T) {
|
||||
streamID := "1263952298440005243"
|
||||
expected := "c77e2ef0109fbbc5161e83b51629cd1353495332"
|
||||
|
||||
result := c.Handshake(streamID)
|
||||
result := c.handshake(streamID)
|
||||
if result != expected {
|
||||
t.Errorf("incorrect handshake calculation '%s' != '%s'", result, expected)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user