fix(retainer): fix test case error

This commit is contained in:
firest 2022-06-17 11:09:06 +08:00
parent 2444970b0b
commit 7bc9f0af0f
2 changed files with 3 additions and 2 deletions

View File

@ -261,4 +261,6 @@ check_bucket_exists(
_ ->
Cont(Conf)
end
end.
end;
check_bucket_exists(Conf, Cont) ->
Cont(Conf).

View File

@ -55,7 +55,6 @@ common_tests() ->
" flow_control {\n"
" batch_read_number = 0\n"
" batch_deliver_number = 0\n"
" batch_deliver_limiter = retainer\n"
" }\n"
" backend {\n"
" type = built_in_database\n"