mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
use the renamed store repository in the share tests
This commit is contained in:
parent
e6bc6d3406
commit
0e9c74597b
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ void main() {
|
|||
|
||||
setUpAll(() async {
|
||||
db = Drift(DatabaseConnection(NativeDatabase.memory(), closeStreamsSynchronously: true));
|
||||
store = await StoreService.init(storeRepository: DriftStoreRepository(db), listenUpdates: false);
|
||||
store = await StoreService.init(storeRepository: StoreRepository(db), listenUpdates: false);
|
||||
await SettingsRepository.ensureInitialized(db);
|
||||
await Store.put(StoreKey.serverEndpoint, 'https://example.com/api');
|
||||
final persistentStorage = _MockPersistentStorage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue