diff --git a/ldb/operational_test.go b/ldb/operational_test.go index de1f9bab..4434c9e1 100644 --- a/ldb/operational_test.go +++ b/ldb/operational_test.go @@ -138,12 +138,12 @@ out: } if blkid != height { - t.Errorf("height doe not match latest block height %v %v", blkid, height, err) + t.Errorf("height doe not match latest block height %v %v %v", blkid, height, err) } blkSha, _ := block.Sha() if *newSha != *blkSha { - t.Errorf("Newest block sha does not match freshly inserted one %v %v ", newSha, blkSha, err) + t.Errorf("Newest block sha does not match freshly inserted one %v %v %v ", newSha, blkSha, err) } }