Skip to content

Commit

Permalink
Update satellite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmikihth authored Oct 9, 2024
1 parent 995fa35 commit d47b627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opengalactica/engine/tests/models/satellite.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_insufficient_resources(self):
SatelliteProduction.objects.create(
planet=self.planet,
satellite_type=self.satellite_type,
quantity=3 # Requires 150 metal, crystal, and narion
quantity=30 # Requires 150 metal, crystal, and narion
)

def test_sufficient_resources(self):
Expand Down

0 comments on commit d47b627

Please sign in to comment.