Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
fix: leap dependency (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo authored Nov 1, 2023
1 parent b40a27f commit 30b91f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependency_overrides:
path: packages/flame_test
leap:
git:
url: https://github.com/erickzanardo/leap.git
url: https://github.com/kurtome/leap.git
ref: main
path: packages/leap

Expand Down
2 changes: 1 addition & 1 deletion test/game/dash_run_game_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void main() {
await game.ready();
expect(
game.leapMap.children.whereType<Item>().length,
equals(65),
equals(109),
);
},
timeout: const Timeout(Duration(minutes: 1)),
Expand Down

0 comments on commit 30b91f7

Please sign in to comment.