mirror of https://github.com/flutter/pinball.git
parent
c180110c80
commit
cfa6e5abc4
@ -1,14 +1,14 @@
|
|||||||
// ignore_for_file: prefer_const_constructors
|
// ignore_for_file: prefer_const_constructors
|
||||||
|
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:pinball/game/bloc/start_game_bloc.dart';
|
import 'package:pinball/start_game/bloc/start_game_bloc.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
group('StartGameEvent', () {
|
group('StartGameEvent', () {
|
||||||
test('SelectCharacter supports value equality', () {
|
test('StartGame supports value equality', () {
|
||||||
expect(
|
expect(
|
||||||
SelectCharacter(),
|
StartGame(),
|
||||||
equals(SelectCharacter()),
|
equals(StartGame()),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in new issue