Skip to content

Commit

Permalink
Let the images be a little more different.
Browse files Browse the repository at this point in the history
  • Loading branch information
krickw committed Mar 30, 2022
1 parent 68adba8 commit f3fb67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/mayaUsd/render/mayaToHydra/testMtohBasicRender.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def test_cube(self):
imageVersion = 'lambertDefaultMaterial'

self.makeCubeScene(camDist=6)
self.assertSnapshotClose("cube_unselected.png", imageVersion)
self.assertSnapshotClose("cube_unselected.png", imageVersion, 0.0002)
cmds.select(self.cubeTrans)
self.assertSnapshotClose("cube_selected.png", imageVersion)
self.assertSnapshotClose("cube_selected.png", imageVersion, 0.0002)


if __name__ == '__main__':
Expand Down

0 comments on commit f3fb67c

Please sign in to comment.