test: disable export warning during tests
This commit is contained in:
parent
60e791e0e3
commit
b46af91e74
|
@ -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].
|
||||
|
||||
|
|
Loading…
Reference in New Issue