Skip to content

Commit

Permalink
fix: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beersandrew committed Dec 10, 2024
1 parent 0a27df9 commit 7b075ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ TestUsdShadeNormalMapTextureValidator()
normalInput.ConnectToSource(
SdfPath("/RootMaterial/NormalTexture.outputs:rgb"));

// Verify invalid bias & scale error, both are required, but neither
// exist yet
// Verify invalid bias & scale error, they are expected to exist but
// do not.
{
const UsdValidationErrorVector errors = validator->Validate(
usdPreviewSurfaceShaderPrim);
Expand Down

0 comments on commit 7b075ac

Please sign in to comment.