|
|
@ -85,6 +85,9 @@ void main() {
|
|
|
|
expect(() => GoogleLetter(6), throwsA(isA<RangeError>()));
|
|
|
|
expect(() => GoogleLetter(6), throwsA(isA<RangeError>()));
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO(alestiago): Consider refactoring once the following is merged:
|
|
|
|
|
|
|
|
// https://github.com/flame-engine/flame/pull/1538
|
|
|
|
|
|
|
|
// ignore: public_member_api_docs
|
|
|
|
flameTester.test('closes bloc when removed', (game) async {
|
|
|
|
flameTester.test('closes bloc when removed', (game) async {
|
|
|
|
final bloc = MockGoogleLetterCubit();
|
|
|
|
final bloc = MockGoogleLetterCubit();
|
|
|
|
whenListen(
|
|
|
|
whenListen(
|
|
|
|