test(router_helper): Refactoring

This commit is contained in:
ieQu1 2022-08-18 12:20:15 +02:00
parent 4fa06fcd63
commit 7292095951
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ end_per_testcase(TestCase, Config) when
-> ->
Slave = ?config(slave, Config), Slave = ?config(slave, Config),
emqx_common_test_helpers:stop_slave(Slave), emqx_common_test_helpers:stop_slave(Slave),
mria:transaction(?ROUTE_SHARD, fun() -> mnesia:clear_table(?ROUTE_TAB) end), mria:clear_table(?ROUTE_TAB),
snabbkaffe:stop(), snabbkaffe:stop(),
ok; ok;
end_per_testcase(_TestCase, _Config) -> end_per_testcase(_TestCase, _Config) ->