Skip to content
  • Sami Hiltunen's avatar
    remove usage of MemoryRepositoryStore in tests · 346bda13
    Sami Hiltunen authored
    To prepare for removing the MemoryRepositoryStore, this commit
    removes its uses in tests. Mostly the tests need something that works,
    which is when DisableRepositoryStore is used. When a test is testing
    a particular scenario with the RepositoryStore, a mock is provided
    instead. Ideally we'd use the Postgres implementation in these cases
    but hooking it in requires some additional work as the test setup
    overwrites home directory which breaks the discovery of GDK's Postgres.
    346bda13