|
|
@ -31,8 +31,8 @@ void main() {
|
|
|
|
when(() => fixture.filterData).thenReturn(filterData);
|
|
|
|
when(() => fixture.filterData).thenReturn(filterData);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
// TODO(alestiago): Make ContactCallback private and use `beginContact`
|
|
|
|
// TODO(alestiago): Make ContactCallback private and use `beginContact`
|
|
|
|
// instead.
|
|
|
|
// instead.
|
|
|
|
group('SpaceshipExitHoleBallContactCallback', () {
|
|
|
|
group('SpaceshipExitHoleBallContactCallback', () {
|
|
|
|
setUp(() {
|
|
|
|
setUp(() {
|
|
|
|
when(() => ball.priority).thenReturn(1);
|
|
|
|
when(() => ball.priority).thenReturn(1);
|
|
|
|