Fix test cases fail

This commit is contained in:
turtled 2019-12-30 11:18:26 +08:00
parent 46ca3f2f82
commit 7f807c0b11
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ end_per_suite(_Config) ->
ok = meck:unload(emqx_limiter), ok = meck:unload(emqx_limiter),
ok = meck:unload(emqx_pd), ok = meck:unload(emqx_pd),
ok = meck:unload(emqx_metrics), ok = meck:unload(emqx_metrics),
ok = meck:unload(emqx_hooks),
ok. ok.
init_per_testcase(_TestCase, Config) -> init_per_testcase(_TestCase, Config) ->