Skip to content

Commit

Permalink
feat: batch in txn cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
alok committed Jul 10, 2023
1 parent dfb16e5 commit 845d72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/storagetest/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func TestTxStore(t *testing.T, store storage.TxStore) {
batched bool
}{
{"single", false},
{"batched", true},
{"batchd", true},
}

for _, tCase := range tCases {
Expand Down

0 comments on commit 845d72a

Please sign in to comment.