Skip to content

Commit

Permalink
Fix case sensitive path
Browse files Browse the repository at this point in the history
  • Loading branch information
lanierd-adsk committed Jul 18, 2024
1 parent f573e02 commit d87cfa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_MayaDefaultMaterial(self):
with PluginLoaded('mayaHydraFlowViewportAPILocator'):
# open a Maya scene with maya mesh, usd prims and custom scene indices prims
testFile = mayaUtils.openTestScene(
"TestDefaultMaterial",
"testDefaultMaterial",
"testMayaDefaultMaterial_Native_Usd_dataProducer.ma")
cmds.refresh()
panel = mayaUtils.activeModelPanel()
Expand Down

0 comments on commit d87cfa7

Please sign in to comment.