Skip to content

Commit 6142443

Browse files
fix formatting
1 parent 2a6afd1 commit 6142443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/wrangler/src/__tests__/deploy/queues.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ describe("deploy", () => {
441441
{
442442
queue: queueName,
443443
// Cast needed to simulate invalid user input that bypasses static type checking; runtime validation is what this test exercises
444-
type: "http_pull" as "worker",
444+
type: "http_pull" as "worker",
445445
},
446446
],
447447
},

0 commit comments

Comments
 (0)