mirror of https://github.com/flutter/pinball.git
parent
c180110c80
commit
cfa6e5abc4
@ -1,14 +1,14 @@
|
||||
// ignore_for_file: prefer_const_constructors
|
||||
|
||||
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() {
|
||||
group('StartGameEvent', () {
|
||||
test('SelectCharacter supports value equality', () {
|
||||
test('StartGame supports value equality', () {
|
||||
expect(
|
||||
SelectCharacter(),
|
||||
equals(SelectCharacter()),
|
||||
StartGame(),
|
||||
equals(StartGame()),
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in new issue