Correct test print found by go vet.
This commit is contained in:
parent
2aca924514
commit
0a86df4a16
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func testNewestShaEmpty(t *testing.T, db btcdb.Db) {
|
||||||
|
|
||||||
}
|
}
|
||||||
if height != -1 {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue