fixed unit tests

This commit is contained in:
Vadim 2024-04-25 14:34:59 +02:00
parent 8b9a3f660b
commit 04d9766a10
2 changed files with 217 additions and 816 deletions

View file

@ -91,7 +91,7 @@ final _mockEquipmentProfiles = [
ndValues: NdValue.values.sublist(0, 3),
shutterSpeedValues: ShutterSpeedValue.values.sublist(
ShutterSpeedValue.values.indexOf(const ShutterSpeedValue(1000, true, StopType.full)),
ShutterSpeedValue.values.indexOf(const ShutterSpeedValue(16, false, StopType.full)) + 1,
ShutterSpeedValue.values.indexOf(const ShutterSpeedValue(1, false, StopType.full)) + 1,
),
isoValues: const [
IsoValue(50, StopType.full),

File diff suppressed because it is too large Load diff