Skip to content

Commit

Permalink
Update BattleEngineTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Jan 8, 2025
1 parent a44fb47 commit 7d2bab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/BattleEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function testBattleEngineBasicRounds(): void
'metal' => 100000,
'crystal' => 100000,
'deuterium' => 10000,
'rocket_launcher' => 15,
'rocket_launcher' => 10,
]);
$this->createAndSetUserTechModel([
'weapon_technology' => 5,
Expand Down

0 comments on commit 7d2bab6

Please sign in to comment.