Skip to content

Commit

Permalink
Fix dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Jun 14, 2024
1 parent b4330e7 commit 19c0ff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kpro_brokers.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
]).

-include("kpro_private.hrl").
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
-endif.

-type endpoint() :: kpro:endpoint().
-type topic() :: kpro:topic().
Expand Down
2 changes: 2 additions & 0 deletions src/kpro_connection.erl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
]).

-include("kpro_private.hrl").
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
-endif.

-define(DEFAULT_CONNECT_TIMEOUT, timer:seconds(5)).
-define(DEFAULT_REQUEST_TIMEOUT, timer:minutes(4)).
Expand Down

0 comments on commit 19c0ff9

Please sign in to comment.