We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a2a84 commit 02d3921Copy full SHA for 02d3921
packages/wrangler/e2e/r2.test.ts
@@ -20,8 +20,8 @@ describe("r2", () => {
20
const output = await helper.run(`wrangler r2 bucket create ${bucketName}`);
21
22
expect(normalize(output.stdout)).toMatchInlineSnapshot(`
23
- "Creating bucket tmp-e2e-r2-00000000-0000-0000-0000-000000000000 with default storage class set to Standard.
24
- Created bucket tmp-e2e-r2-00000000-0000-0000-0000-000000000000 with default storage class set to Standard."
+ "Creating bucket 'tmp-e2e-r2-00000000-0000-0000-0000-000000000000'...
+ ✅ Created bucket 'tmp-e2e-r2-00000000-0000-0000-0000-000000000000' with default storage class of Standard."
25
`);
26
});
27
0 commit comments