<div dir="ltr">All,<div>I'm experiencing something a little strange. I have a module <font face="monospace">test_event_handler.erl</font> which exports the method <font face="monospace">resolve_registry_conflict/3</font>.</div><div><br></div><div>This file is in the <font face="monospace">/test</font> directory from where I run all of my Common Tests. For some reason, the call to <font face="monospace">erlang:function_exported(test_event_handler, resolve_registry_conflict, 3)</font> returns <font face="monospace">true</font> if I run <font face="monospace">rebar3 clean</font> before running tests, otherwise <font face="monospace">false</font>. This is true both when this call is run into the test itself, or in the code being tested.</div><div><br></div><div>Has someone seen this behavior? What am I missing?</div><div><br></div><div>Thank you,</div><div>r.</div></div>