Skip to content

Commit 670a127

Browse files
authored
Revert "Test that a second batch commit does not error (#256)" (#257)
This reverts commit 57decd2.
1 parent 57decd2 commit 670a127

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_util.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ func RunBatchTest(t *testing.T, ds dstore.Batching) {
5151
t.Fatal(err)
5252
}
5353

54-
// seecond commit should do nothing, but should not cause error
55-
err = batch.Commit(ctx)
56-
if err != nil {
57-
t.Fatal(err)
58-
}
59-
6054
for i, k := range keys {
6155
blk, err := ds.Get(ctx, k)
6256
if err != nil {

0 commit comments

Comments
 (0)