diff --git a/src/webgpu/api/operation/storage_texture/read_write.spec.ts b/src/webgpu/api/operation/storage_texture/read_write.spec.ts index d31ef4d9b8b..ad70d68352c 100644 --- a/src/webgpu/api/operation/storage_texture/read_write.spec.ts +++ b/src/webgpu/api/operation/storage_texture/read_write.spec.ts @@ -326,7 +326,7 @@ g.test('basic') t.skipIf( !(t.device.limits.maxStorageTexturesInFragmentStage! > 0), `maxStorageTexturesInFragmentStage(${t.device.limits - .maxStorageTexturesInFragmentStage!}) is not >= 0` + .maxStorageTexturesInFragmentStage!}) is not > 0` ); } }