diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-13 10:59:47 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-13 10:59:47 -0700 |
commit | 34005ecd76f65c18920e686e3bfdb9ad5e5754a2 (patch) | |
tree | 3597cf9a764ba9e99779477a70f7bb71848d1a4c /db_test.go | |
parent | Merge pull request #24 from benbjohnson/remap (diff) | |
parent | API Documentation. (diff) | |
download | dedo-34005ecd76f65c18920e686e3bfdb9ad5e5754a2.tar.gz dedo-34005ecd76f65c18920e686e3bfdb9ad5e5754a2.tar.xz |
Merge pull request #29 from benbjohnson/cleanup
API Documentation
Diffstat (limited to 'db_test.go')
-rw-r--r-- | db_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) }) } |