Skip to content

Commit

Permalink
Re-add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed May 31, 2024
1 parent 3f30e1d commit 5e60c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testUtils/mtohUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def assertSnapshotClose(self, refImage, fail, failpercent, imageVersion=None, ha
def assertSnapshotEqual(self, refImage, imageVersion=None):
'''Use of this method is discouraged, as renders can vary slightly between renderer architectures.'''
refImage = self.resolveRefImage(refImage, imageVersion)
super(MayaHydraBaseTestCase, self).assertSnapshotEqual(refImage)

def runCppTest(self, testFilter):
with PluginLoaded("mayaHydraCppTests"):
Expand Down

0 comments on commit 5e60c69

Please sign in to comment.