autotest: rename PayLoadPlaceMission to PayloadPlaceMission

This commit is contained in:
Peter Barker 2023-09-28 13:20:27 +10:00 committed by Peter Barker
parent 5cb20abaa7
commit e2895c08ae
2 changed files with 2 additions and 2 deletions

View File

@ -4599,7 +4599,7 @@ class AutoTestCopter(AutoTest):
0.01 # size of target in radians, Y-axis
)
def PayLoadPlaceMission(self):
def PayloadPlaceMission(self):
"""Test payload placing in auto."""
self.context_push()
@ -9880,7 +9880,7 @@ class AutoTestCopter(AutoTest):
self.GuidedSubModeChange,
self.MAV_CMD_CONDITION_YAW,
self.LoiterToAlt,
self.PayLoadPlaceMission,
self.PayloadPlaceMission,
self.PrecisionLoiterCompanion,
self.Landing,
self.PrecisionLanding,