Include db type in interface tests loading message.
This commit is contained in:
parent
01af05c8ac
commit
c99416c121
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ func testInterface(t *testing.T, dbType string) {
|
|||
// Create a test context to pass around.
|
||||
context := testContext{t: t, dbType: dbType, db: db}
|
||||
|
||||
t.Logf("Loaded %d blocks", len(blocks))
|
||||
t.Logf("Loaded %d blocks for testing %s", len(blocks), dbType)
|
||||
for height := int64(1); height < int64(len(blocks)); height++ {
|
||||
// Get the appropriate block and hash and update the test
|
||||
// context accordingly.
|
||||
|
|
Loading…
Reference in a new issue