fix(test): fix badmatch error
This commit is contained in:
parent
83a2af812f
commit
1c316cb5f0
|
@ -28,7 +28,7 @@
|
||||||
all() -> emqx_ct:all(?MODULE).
|
all() -> emqx_ct:all(?MODULE).
|
||||||
|
|
||||||
init_per_testcase(_, Cfg) ->
|
init_per_testcase(_, Cfg) ->
|
||||||
{ok, _} = esockd_limiter:start_link(),
|
_ = esockd_limiter:start_link(),
|
||||||
Cfg.
|
Cfg.
|
||||||
|
|
||||||
end_per_testcase(_, _) ->
|
end_per_testcase(_, _) ->
|
||||||
|
|
Loading…
Reference in New Issue