Skip to content

Commit

Permalink
Adjust count
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm committed Nov 2, 2024
1 parent 6c44937 commit e30c607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXTest/MaterialXGenMsl/GenMsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ TEST_CASE("GenShader: MSL Implementation Check", "[genmsl]")

mx::StringSet generatorSkipNodeTypes;
mx::StringSet generatorSkipNodeDefs;
GenShaderUtil::checkImplementations(context, generatorSkipNodeTypes, generatorSkipNodeDefs, 34);
GenShaderUtil::checkImplementations(context, generatorSkipNodeTypes, generatorSkipNodeDefs, 30);
}

TEST_CASE("GenShader: MSL Unique Names", "[genmsl]")
Expand Down

0 comments on commit e30c607

Please sign in to comment.