chore(router): separate test-only function exports

This commit is contained in:
Andrew Mayorov 2023-09-01 11:57:30 +04:00
parent c20ba0572a
commit eb0385a28f
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 4 additions and 2 deletions

View File

@ -49,8 +49,7 @@
-export([
match_routes/1,
lookup_routes/1,
has_route/2
lookup_routes/1
]).
-export([print_routes/1]).
@ -62,6 +61,9 @@
-export([topics/0]).
%% Exported for tests
-export([has_route/2]).
%% gen_server callbacks
-export([
init/1,