test(cluster-rpc): unload any mocks in `end_per_suite/1`
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
28d664bae2
commit
20c4029b33
|
@ -59,7 +59,7 @@ init_per_suite(Config) ->
|
||||||
[{suite_apps, Apps} | Config].
|
[{suite_apps, Apps} | Config].
|
||||||
|
|
||||||
end_per_suite(Config) ->
|
end_per_suite(Config) ->
|
||||||
ok = meck:unload(mria),
|
_ = meck:unload(),
|
||||||
ok = emqx_cth_suite:stop(?config(suite_apps, Config)).
|
ok = emqx_cth_suite:stop(?config(suite_apps, Config)).
|
||||||
|
|
||||||
init_per_testcase(_TestCase, Config) ->
|
init_per_testcase(_TestCase, Config) ->
|
||||||
|
|
Loading…
Reference in New Issue