Fix a test output for go1.6.
This commit is contained in:
parent
5f2e3d6f9c
commit
36d88d9ebc
@ -57,7 +57,7 @@ func TestMerkleBlock3(t *testing.T) {
|
||||
|
||||
if !bytes.Equal(want, got.Bytes()) {
|
||||
t.Errorf("TestMerkleBlock3 failed merkle block comparison: "+
|
||||
"got %v want %v", got.Bytes, want)
|
||||
"got %v want %v", got.Bytes(), want)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user