mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
typo
This commit is contained in:
parent
f71eba7dcf
commit
1ee87aff39
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ void main() {
|
||||||
);
|
);
|
||||||
|
|
||||||
group(
|
group(
|
||||||
'Haptics',
|
'Light sensor',
|
||||||
() {
|
() {
|
||||||
test('hasAmbientLightSensor() - true', () async {
|
test('hasAmbientLightSensor() - true', () async {
|
||||||
when(() => mockLightSensorService.hasSensor()).thenAnswer((_) async => true);
|
when(() => mockLightSensorService.hasSensor()).thenAnswer((_) async => true);
|
||||||
|
|
Loading…
Reference in a new issue