Correct test print found by go vet.

This commit is contained in:
Dave Collins 2014-01-19 21:41:52 -06:00
parent 2aca924514
commit 0a86df4a16

View file

@ -30,7 +30,7 @@ func testNewestShaEmpty(t *testing.T, db btcdb.Db) {
}
if height != -1 {
t.Errorf("NewestSha wrong height got: %s, want %s", height, -1)
t.Errorf("NewestSha wrong height got: %d, want %d", height, -1)
}
}