Skip to content

Commit

Permalink
fixup! Add db transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
fperot74 committed May 22, 2019
1 parent d28002a commit 8665868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ func TestTransaction(t *testing.T) {
assert.Nil(t, tx.Commit())

// Already closed
assert.Nil(t, tx.Rollback())
assert.Nil(t, tx.Close())
}

0 comments on commit 8665868

Please sign in to comment.