Skip to content

Commit

Permalink
chore: update r2 e2e snapshot (#7119)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung authored Oct 29, 2024
1 parent 68a2a84 commit 7eade00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wrangler/e2e/r2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ describe("r2", () => {
const output = await helper.run(`wrangler r2 bucket create ${bucketName}`);

expect(normalize(output.stdout)).toMatchInlineSnapshot(`
"Creating bucket tmp-e2e-r2-00000000-0000-0000-0000-000000000000 with default storage class set to Standard.
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."
`);
});

Expand Down

0 comments on commit 7eade00

Please sign in to comment.