mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-02 02:58:59 -07:00
Fixed tests
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user