Skip to content

Commit

Permalink
test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-bansal committed Jan 8, 2021
1 parent 6d600e3 commit ac57104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ func TestIteratorAllVersionsWithDeleted(t *testing.T) {
Key: y.KeyWithTs(item.key, item.version),
meta: bitDelete,
},
})
}, txn.db.opt.ValueThreshold)
require.NoError(t, err)
return err
})
Expand Down

0 comments on commit ac57104

Please sign in to comment.