diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-06 16:21:36 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-06 16:21:36 -0700 |
commit | 1318213f1d652dfd035ffe6116e2be31573ca64a (patch) | |
tree | 465931a9aa89ab725d4cd7750002f909336104a1 /rwtransaction_test.go | |
parent | Merge pull request #18 from benbjohnson/master (diff) | |
download | dedo-1318213f1d652dfd035ffe6116e2be31573ca64a.tar.gz dedo-1318213f1d652dfd035ffe6116e2be31573ca64a.tar.xz |
Clean up.
Diffstat (limited to 'rwtransaction_test.go')
-rw-r--r-- | rwtransaction_test.go | 1 |
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) { |