1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Fixed tests

This commit is contained in:
James Mills 2019-03-14 07:46:59 +10:00
parent 9a8aca55ba
commit fb2335e3c1
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -140,7 +140,7 @@ func TestMerge(t *testing.T) {
)
t.Run("Open", func(t *testing.T) {
db, err = Open(testdir, MaxDatafileSize(1024))
db, err = Open(testdir, WithMaxDatafileSize(1024))
assert.NoError(err)
})