Skip to content

Commit

Permalink
Fix image_copy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 1, 2023
1 parent 1647569 commit d52c516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgpu/api/operation/command_buffer/image_copy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ class ImageCopyTest extends TextureTestMixin(GPUTest) {
binding: 0,
resource: inputTexture.createView({
dimension: use2DArray ? '2d-array' : '2d',
...(use2DArray && {
...(!use2DArray && {
baseArrayLayer: z,
arrayLayerCount: 1,
}),
Expand Down

0 comments on commit d52c516

Please sign in to comment.