Skip to content

Commit

Permalink
EMSUSD-1654 Fixed Test a typo in testLight's testUsdVolumeLights
Browse files Browse the repository at this point in the history
  • Loading branch information
AramAzhari-adsk committed Sep 26, 2024
1 parent 9eb4eee commit 4df382f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/ufe/testLight.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def testUsdVolumeLights(self):
if (hasattr(ufe, "Light_v5_5")):
ufeCylinderLight = ufe.Light_v5_5.light(cylinderlightItem)
else:
ufeCylinderLight = ufe.light.light(cylinderlightItem)
ufeCylinderLight = ufe.Light.light(cylinderlightItem)
usdCylinderLight = usdUtils.getPrimFromSceneItem(cylinderlightItem)
self._TestCylinderLight(ufeCylinderLight, usdCylinderLight)

Expand Down

0 comments on commit 4df382f

Please sign in to comment.