Skip to content

Commit

Permalink
Fix path in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokcb committed May 14, 2024
1 parent ad872b6 commit 72c20fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXTest/MaterialXCore/Traversal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ TEST_CASE("InterGraph Traversal", "[traversal]")
{
mx::FileSearchPath searchPath = mx::getDefaultDataSearchPath();
mx::DocumentPtr doc = mx::createDocument();
mx::readFromXmlFile(doc, "resources/Materials/TestSuite/stdlib/nodegraph_inputs/nodegraph_nodegraph.mtlx", searchPath);
mx::readFromXmlFile(doc, "resources/Materials/TestSuite/stdlib/nodegraphs/nodegraph_nodegraph.mtlx", searchPath);

for (mx::NodeGraphPtr graph : doc->getNodeGraphs())
{
Expand Down

0 comments on commit 72c20fc

Please sign in to comment.