refactor: fixed analyzer warnings

pull/7/head
alestiago 4 years ago
parent 0f3cf23bd0
commit f5b14436db

@ -1,10 +1,9 @@
import 'package:flame_test/flame_test.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
group('PinballGame', () {
// TODO(alestiago): test if [PinballGame] registers [BallScorePointsCallback]
// once the following issue is resolved:
// TODO(alestiago): test if [PinballGame] registers
// [BallScorePointsCallback] once the following issue is resolved:
// https://github.com/flame-engine/flame/issues/1416
});
}

Loading…
Cancel
Save