fix(test): fix badmatch error

This commit is contained in:
JianBo He 2020-07-22 20:39:23 +08:00 committed by tigercl
parent 83a2af812f
commit 1c316cb5f0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
all() -> emqx_ct:all(?MODULE).
init_per_testcase(_, Cfg) ->
{ok, _} = esockd_limiter:start_link(),
_ = esockd_limiter:start_link(),
Cfg.
end_per_testcase(_, _) ->