aboutsummaryrefslogtreecommitdiff
path: root/rwtransaction_test.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-02-06 16:21:36 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-02-06 16:21:36 -0700
commit1318213f1d652dfd035ffe6116e2be31573ca64a (patch)
tree465931a9aa89ab725d4cd7750002f909336104a1 /rwtransaction_test.go
parentMerge pull request #18 from benbjohnson/master (diff)
downloaddedo-1318213f1d652dfd035ffe6116e2be31573ca64a.tar.gz
dedo-1318213f1d652dfd035ffe6116e2be31573ca64a.tar.xz
Clean up.
Diffstat (limited to 'rwtransaction_test.go')
-rw-r--r--rwtransaction_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rwtransaction_test.go b/rwtransaction_test.go
index 75a606b..f027e8b 100644
--- a/rwtransaction_test.go
+++ b/rwtransaction_test.go
@@ -10,6 +10,7 @@ import (
"github.com/stretchr/testify/assert"
)
+
// Ensure that a RWTransaction can be retrieved.
func TestRWTransaction(t *testing.T) {
withOpenDB(func(db *DB, path string) {