Skip to content
Snippets Groups Projects
Christoph Thelen's avatar
Christoph Thelen authored
Both the RoomRepository as well as the CacheManager beans were
not shared between test and production classes. Hence, when we
set up some mocks (or caches), the mocked values were not
present in the production classes.

We explicitly force instance sharing by applying the Singleton pattern.
8ad7cd84
Forked from ARSnova / ARSnova Backend
Source project has a limited visibility.
Name Last commit Last update