Skip to content

Commit

Permalink
autotest: rename PayLoadPlaceMission to PayloadPlaceMission
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Sep 28, 2023
1 parent 5cb20ab commit e2895c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4599,7 +4599,7 @@ def precision_loiter_to_pos(self, x, y, z, timeout=40):
0.01 # size of target in radians, Y-axis
)

def PayLoadPlaceMission(self):
def PayloadPlaceMission(self):
"""Test payload placing in auto."""
self.context_push()

Expand Down Expand Up @@ -9880,7 +9880,7 @@ def tests1a(self):
self.GuidedSubModeChange,
self.MAV_CMD_CONDITION_YAW,
self.LoiterToAlt,
self.PayLoadPlaceMission,
self.PayloadPlaceMission,
self.PrecisionLoiterCompanion,
self.Landing,
self.PrecisionLanding,
Expand Down

0 comments on commit e2895c0

Please sign in to comment.