chore(tests): fix import and export test cases for auth mnesia

This commit is contained in:
zhanghongtong 2021-04-15 22:09:33 +08:00 committed by turtleDeng
parent b48c437f97
commit 0090295a17
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ init_per_testcase(_, Config) ->
Config.
end_per_testcase(_, _Config) ->
ok = mnesia:clear_table(emqx_acl),
ok = mnesia:clear_table(emqx_user),
{atomic,ok} = mnesia:clear_table(emqx_acl),
{atomic,ok} = mnesia:clear_table(emqx_user),
ok.
t_matrix(Config) ->