fix(emqx_retainer): fix test case error

This commit is contained in:
firest 2022-02-25 10:08:44 +08:00
parent 5bf1d77993
commit 19d4dabd04
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ retainer {
type = built_in_database type = built_in_database
storage_type = ram storage_type = ram
max_retained_messages = 0 max_retained_messages = 0
}
}""">>). }""">>).
%%-------------------------------------------------------------------- %%--------------------------------------------------------------------