<@U2Y6AUJAJ> Companion object is a singleton, so y...
# announcements
w
@kiddouk Companion object is a singleton, so you’ll have trouble mocking that. You could marks things inside as
@JvmStatic
and use PowerMock for example (I think), or new Mockito extensions (I think)