mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-21 03:50:40 +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(() => meteringInteractor.film = const Film.other()).called(1);
|
||||
verifyNever(() => meteringInteractor.iso = const IsoValue(0, StopType.full));
|
||||
verifyNever(() => meteringInteractor.responseVibration());
|
||||
},
|
||||
expect: () => [
|
||||
isA<MeteringDataState>()
|
||||
|
|
Loading…
Reference in a new issue