Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed May 17, 2023
1 parent a0986f4 commit d80aaba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions memiavl/snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ func TestSnapshotImportExport(t *testing.T) {

func TestDBSnapshotRestore(t *testing.T) {
db, err := Load(t.TempDir(), Options{
CreateIfMissing: true,
InitialStores: []string{"test"},
CreateIfMissing: true,
InitialStores: []string{"test"},
AsyncCommitBuffer: -1,
})
require.NoError(t, err)

Expand Down

0 comments on commit d80aaba

Please sign in to comment.