Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lilike-adsk committed Jan 31, 2024
1 parent 8b4fd0b commit a9836d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testUSDLights.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import mayaUtils
import unittest

class TesUSDtLights(mtohUtils.MtohTestCase): #Subclassing mtohUtils.MtohTestCase to be able to call self.assertSnapshotClose
class TestUSDLights(mtohUtils.MtohTestCase): #Subclassing mtohUtils.MtohTestCase to be able to call self.assertSnapshotClose
# MayaHydraBaseTestCase.setUpClass requirement.
_file = __file__

Expand Down

0 comments on commit a9836d2

Please sign in to comment.