Fix a test output for go1.6.

This commit is contained in:
John C. Vernaleo 2016-03-25 09:27:01 -04:00
parent 5f2e3d6f9c
commit 36d88d9ebc

View File

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