Code clean-up

This commit is contained in:
Mickael Remond
2018-01-12 18:14:41 +01:00
parent 90865aeb8e
commit b21fee420f
3 changed files with 26 additions and 33 deletions
+1 -1
View File
@@ -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)
}