Apply suggestions from code review

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/153/head
Erick 4 years ago committed by GitHub
parent 85ba5fb928
commit b73573cae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ void main() {
);
tester.test(
'completes (when checked after it is finished)',
'completes when checked after it is finished',
(game) async {
await game.add(CameraZoom(value: 40));
game.update(10);
@ -69,7 +69,7 @@ void main() {
);
tester.test(
'completes (when checked before it is finished)',
'completes when checked before it is finished',
(game) async {
final zoom = CameraZoom(value: 40);
final future = zoom.completed;

Loading…
Cancel
Save