mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-22 04:20:41 +00:00
verify response vibration
This commit is contained in:
parent
2a7463184b
commit
604ee097a6
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ void main() {
|
||||||
verify: (_) {
|
verify: (_) {
|
||||||
verify(() => meteringInteractor.film = const Film.other()).called(1);
|
verify(() => meteringInteractor.film = const Film.other()).called(1);
|
||||||
verifyNever(() => meteringInteractor.iso = const IsoValue(0, StopType.full));
|
verifyNever(() => meteringInteractor.iso = const IsoValue(0, StopType.full));
|
||||||
|
verifyNever(() => meteringInteractor.responseVibration());
|
||||||
},
|
},
|
||||||
expect: () => [
|
expect: () => [
|
||||||
isA<MeteringDataState>()
|
isA<MeteringDataState>()
|
||||||
|
|
Loading…
Reference in a new issue