added stubs for other MeteringBloc events

This commit is contained in:
Vadim 2023-06-08 12:14:55 +02:00
parent e4a6f0c1d4
commit 07367afdac

View file

@ -166,4 +166,39 @@ void main() {
},
timeout: const Timeout(Duration(seconds: 4)),
);
group(
'`IsoChangedEvent` tests',
() {
//
},
);
group(
'`NdChangedEvent` tests',
() {
//
},
);
group(
'`FilmChangedEvent` tests',
() {
//
},
);
group(
'`StopTypeChangedEvent` tests',
() {
//
},
);
group(
'`EquipmentProfileChangedEvent` tests',
() {
//
},
);
}