Skip to content

Commit

Permalink
test(webgpu): correct describeTextureFormat() test name (#4584)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Apr 15, 2024
1 parent aac6829 commit e4fbab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgpu/describe_texture_format_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const FORMATS: GPUTextureFormat[] = [
"astc-12x12-unorm-srgb",
] as const;

Deno.test("descripbeTextureFormat()", async (t) => {
Deno.test("describeTextureFormat()", async (t) => {
for (const format of FORMATS) {
await t.step(format, () => {
describeTextureFormat(format);
Expand Down

0 comments on commit e4fbab0

Please sign in to comment.