Skip to content

Commit

Permalink
Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Nov 20, 2024
1 parent 7bf4fbe commit a394dab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ describe(
"HAS_POINT_CLOUD_SHOW_STYLE",
"COMPUTE_POSITION_WC_STYLE",
]);
ShaderBuilderTester.expectHasFragmentDefines(shaderBuilder, []);
ShaderBuilderTester.expectHasFragmentDefines(shaderBuilder, [
"HAS_POINT_CLOUD_SHOW_STYLE",
]);

ShaderBuilderTester.expectHasVertexUniforms(shaderBuilder, [
"uniform vec4 model_pointCloudParameters;",
Expand Down

0 comments on commit a394dab

Please sign in to comment.