This commit is contained in:
Vadim 2023-11-01 11:33:02 +01:00
parent f71eba7dcf
commit 1ee87aff39

View file

@ -236,7 +236,7 @@ void main() {
);
group(
'Haptics',
'Light sensor',
() {
test('hasAmbientLightSensor() - true', () async {
when(() => mockLightSensorService.hasSensor()).thenAnswer((_) async => true);