fix: update tests

pull/206/head
arturplaczek 3 years ago
parent f5d506f608
commit 57337138c8

@ -70,7 +70,7 @@ void main() {
gameBloc: gameBloc,
);
expect(find.text('$score'), findsOneWidget);
expect(find.text(_formatScore(score)), findsOneWidget);
final newState = initialState.copyWith(
score: 987654321,

Loading…
Cancel
Save