Skip to content

Commit

Permalink
Fixing an automation test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovi committed Mar 4, 2024
1 parent ac82798 commit 5ded0cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bool hasSelectionHighlight(const HdSceneIndexPrim& prim)
return false;
}

static VtArray<TfToken> expected({HdReprTokens->refinedWireOnSurf, HdReprTokens->wireOnSurf, TfToken()});
static VtArray<TfToken> expected({HdReprTokens->refinedWireOnSurf, TfToken(), TfToken()});

return taDs->GetValue(0) == expected;
}
Expand Down

0 comments on commit 5ded0cb

Please sign in to comment.