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
247 commits behind the upstream repository.
Name Last commit Last update
..