Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Move a repository test from unit to functional (#1484)
Unit tests for repositories are quite a hassle as we then need to set up all dependencies in `setUp()` ourselves. So convert the test to a functional tests where we can rely on the container to create and initialize the subject for us.
- Loading branch information