mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Fixed tests
This commit is contained in:
parent
9a8aca55ba
commit
fb2335e3c1
@ -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)
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user