mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Merge branch 'master' into engine
This commit is contained in:
@@ -80,7 +80,6 @@ func TestGetMD5(t *testing.T) {
|
||||
t.Errorf("Expected '%s'. Actual '%s'",
|
||||
expectedOutput, []byte(actualStr))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func TestGetSHA512(t *testing.T) {
|
||||
@@ -166,7 +165,6 @@ func TestGetHMAC(t *testing.T) {
|
||||
expectedmd5, md5,
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func TestSha1Tohex(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user