diff --git a/src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts b/src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts index d7af3401cbd..e0f48bc42be 100644 --- a/src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts +++ b/src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts @@ -279,7 +279,7 @@ have unexpected values then get drawn to the color buffer, which is later checke }); pass.setPipeline(testPipeline); if (hasStorageBuffers) { - pass.setBindGroup(0, testBindGroup!); + pass.setBindGroup(0, testBindGroup); } pass.setViewport(0, 0, kNumTestPoints, 1, kViewportMinDepth, kViewportMaxDepth); pass.draw(kNumTestPoints);