aboutsummaryrefslogtreecommitdiff
path: root/db_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'db_test.go')
-rw-r--r--db_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_test.go b/db_test.go
index db57825..51b76d5 100644
--- a/db_test.go
+++ b/db_test.go
@@ -27,7 +27,7 @@ func TestDBReopen(t *testing.T) {
withDB(func(db *DB, path string) {
db.Open(path, 0666)
err := db.Open(path, 0666)
- assert.Equal(t, err, DatabaseAlreadyOpenedError)
+ assert.Equal(t, err, DatabaseOpenError)
})
}