aboutsummaryrefslogtreecommitdiff
path: root/db_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'db_test.go')
-rw-r--r--db_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_test.go b/db_test.go
index 7430081..dd5c8ba 100644
--- a/db_test.go
+++ b/db_test.go
@@ -146,7 +146,6 @@ func TestDBCorruptMeta0(t *testing.T) {
// Open the database.
err := db.Open(path, 0666)
- warn(err)
assert.Equal(t, err, &Error{"meta error", InvalidError})
})
}