Skip to content

Commit

Permalink
Restores backbox test
Browse files Browse the repository at this point in the history
  • Loading branch information
astivi committed Jul 8, 2024
1 parent c7e1701 commit 961ebd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/game/components/backbox/backbox_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ void main() {
setUp: (game, tester) async {
await game.onLoad();
game.camera
..moveTo(Vector2(0, -173))
..viewfinder.zoom = 3;
..moveTo(Vector2(0, -130))
..viewfinder.zoom = 6;
await game.pump(
Backbox.test(
bloc: bloc,
Expand Down

0 comments on commit 961ebd5

Please sign in to comment.