Skip to content

Commit

Permalink
Update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
roopavr-adsk committed Aug 29, 2024
1 parent c313c5c commit 7fe78e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/render/mayaToHydra/testMtohCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_buildInfo(self):
self.assertNotEqual(cmds.mayaHydraBuildInfo(gb=True), '')
self.assertNotEqual(cmds.mayaHydraBuildInfo(buildDate=True), '')
self.assertNotEqual(cmds.mayaHydraBuildInfo(bd=True), '')
self.assertEqual(cmds.mayaHydraBuildInfo(cutIdentifier=True), "DEVBLD")
self.assertNotEqual(cmds.mayaHydraBuildInfo(cutIdentifier=True), "DEVBLD")

if __name__ == '__main__':
fixturesUtils.runTests(globals())

0 comments on commit 7fe78e1

Please sign in to comment.