Explorar el Código

Fix test cases fail

turtled hace 6 años
padre
commit
7f807c0b11
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/emqx_connection_SUITE.erl

+ 1 - 0
test/emqx_connection_SUITE.erl

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