fix: test description error

pull/277/head
Allison Ryan 3 years ago
parent 7456793c61
commit edd9f384f6

@ -23,7 +23,7 @@ void main() {
);
blocTest<ChromeDinoCubit, ChromeDinoState>(
'onCloseMouth emits true',
'onCloseMouth emits false',
build: ChromeDinoCubit.new,
act: (bloc) => bloc.onCloseMouth(),
expect: () => [

Loading…
Cancel
Save