mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-18 16:56:38 +00:00
Update logbook_photos_provider_test.dart
This commit is contained in:
parent
2f930caa54
commit
4aed4417cb
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ void main() {
|
||||||
|
|
||||||
when(() => storageService.selectedEquipmentProfileId).thenReturn('');
|
when(() => storageService.selectedEquipmentProfileId).thenReturn('');
|
||||||
when(() => storageService.getEquipmentProfiles()).thenAnswer((_) => Future.value({}));
|
when(() => storageService.getEquipmentProfiles()).thenAnswer((_) => Future.value({}));
|
||||||
|
when(() => storageService.getPinholeEquipmentProfiles()).thenAnswer((_) => Future.value({}));
|
||||||
|
|
||||||
when(() => storageService.selectedFilmId).thenReturn(const FilmStub().id);
|
when(() => storageService.selectedFilmId).thenReturn(const FilmStub().id);
|
||||||
when(() => storageService.getPredefinedFilms()).thenAnswer((_) => Future.value({}));
|
when(() => storageService.getPredefinedFilms()).thenAnswer((_) => Future.value({}));
|
||||||
|
|
Loading…
Reference in a new issue