Skip to content

Commit 972bdf9

Browse files
author
HuangYi
committed
fix unit test
1 parent 315b062 commit 972bdf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

memiavl/db_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ func TestLoadVersion(t *testing.T) {
222222
require.NoError(t, err)
223223
})
224224
}
225+
require.NoError(t, db.WaitAsyncCommit())
225226

226227
for v, expItems := range ExpectItems {
227228
if v == 0 {

0 commit comments

Comments
 (0)