Mock with Mockito return a InvocationTargetException
I just found the problem by error trying something else.
My SyncUpdater
class wasn't public (it was package). So when trying to use Reflection, it got stuck and throw this weird error.
Thanks for the help of people in the comments!