aboutsummaryrefslogtreecommitdiff
path: root/bucket_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bucket_test.go')
-rw-r--r--bucket_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bucket_test.go b/bucket_test.go
index 5f54b17..e2eb659 100644
--- a/bucket_test.go
+++ b/bucket_test.go
@@ -271,6 +271,7 @@ func TestBucketStat(t *testing.T) {
return nil
})
+ mustCheck(db)
db.View(func(tx *Tx) error {
b := tx.Bucket("widgets")
stat := b.Stat()