diff --git a/python/test/light_TEST.py b/python/test/light_TEST.py index 0c6895b166..8410e7b4e2 100755 --- a/python/test/light_TEST.py +++ b/python/test/light_TEST.py @@ -103,7 +103,7 @@ def on_pre_udpate_cb(_info, _ecm): # Spot Falloff Test self.assertEqual(2, light_spot.spot_falloff(_ecm)) light_spot.set_spot_falloff(_ecm, 4) - + def on_udpate_cb(_info, _ecm): global iterations iterations += 1