Skip to content

Commit ce7a483

Browse files
reczkokcieplypolar
andauthored
Update packages/typegpu/tests/buffer.test.ts
Co-authored-by: Szymon Szulc <103948576+cieplypolar@users.noreply.github.com>
1 parent 14e9ed9 commit ce7a483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typegpu/tests/buffer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ describe('TgpuBuffer (.patch() with flexible inputs)', () => {
973973
});
974974

975975
// Full replacement with TypedArray
976-
arrBuf.patch({ items: new Float32Array(48) });
976+
arrBuf.patch({ items: new Float32Array(64) });
977977
});
978978

979979
it('should patch a vec3f struct field from a tuple', ({ root, device }) => {

0 commit comments

Comments
 (0)