Tools: clean up heli autotest file

This commit is contained in:
bnsgeyer 2024-04-24 23:25:11 -04:00 committed by Randy Mackay
parent ee5fee268f
commit 31e556099b
1 changed files with 0 additions and 2 deletions

View File

@ -966,8 +966,6 @@ class AutoTestHelicopter(AutoTestCopter):
def tests(self):
'''return list of all tests'''
ret = ([self.AutoRotation, self.ManAutoRotation,])
return ret
ret = vehicle_test_suite.TestSuite.tests(self)
ret.extend([
self.AVCMission,