test: disable export warning during tests

This commit is contained in:
Thales Macedo Garitezi 2022-02-22 13:46:00 -03:00
parent 60e791e0e3
commit b46af91e74
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ epoch_to_rfc3339(TimeStamp, Unit) when is_integer(TimeStamp) ->
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
-compile(nowarn_export_all).
-compile(export_all).
roots() -> [bar].