Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Mar 12, 2024
1 parent 77730e0 commit ad4879e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("deployments list", () => {
);

await expect(result).rejects.toMatchInlineSnapshot(
`[Error: You need to provide a name when deploying a worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
`[Error: You need to provide a name of your worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
);

expect(std.out).toMatchInlineSnapshot(`""`);
Expand All @@ -46,7 +46,7 @@ describe("deployments list", () => {
expect(std.out).toMatchInlineSnapshot(`
"Created: 2021-01-04T00:00:00.000Z
Author: Jean-Luc-Picard@federation.org
Source: api
Source: Rollback
Message: -
Version(s): (10%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand All @@ -60,7 +60,7 @@ describe("deployments list", () => {
Created: 2021-01-01T00:00:00.000Z
Author: Jean-Luc-Picard@federation.org
Source: wrangler
Source: Upload
Message: -
Version(s): (20%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand All @@ -74,7 +74,7 @@ describe("deployments list", () => {
Created: 2021-02-02T00:00:00.000Z
Author: Kathryn-Janeway@federation.org
Source: wrangler
Source: Rollback
Message: Rolled back for this version
Version(s): (30%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand All @@ -88,7 +88,7 @@ describe("deployments list", () => {
Created: 2021-02-03T00:00:00.000Z
Author: Kathryn-Janeway@federation.org
Source: wrangler
Source: Wrangler 🤠
Message: -
Version(s): (40%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand Down Expand Up @@ -119,7 +119,7 @@ describe("deployments list", () => {
expect(std.out).toMatchInlineSnapshot(`
"Created: 2021-01-04T00:00:00.000Z
Author: Jean-Luc-Picard@federation.org
Source: api
Source: Rollback
Message: -
Version(s): (10%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand All @@ -133,7 +133,7 @@ describe("deployments list", () => {
Created: 2021-01-01T00:00:00.000Z
Author: Jean-Luc-Picard@federation.org
Source: wrangler
Source: Upload
Message: -
Version(s): (20%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand All @@ -147,7 +147,7 @@ describe("deployments list", () => {
Created: 2021-02-02T00:00:00.000Z
Author: Kathryn-Janeway@federation.org
Source: wrangler
Source: Rollback
Message: Rolled back for this version
Version(s): (30%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand All @@ -161,7 +161,7 @@ describe("deployments list", () => {
Created: 2021-02-03T00:00:00.000Z
Author: Kathryn-Janeway@federation.org
Source: wrangler
Source: Wrangler 🤠
Message: -
Version(s): (40%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("deployments list", () => {
);

await expect(result).rejects.toMatchInlineSnapshot(
`[Error: You need to provide a name when deploying a worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
`[Error: You need to provide a name of your worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
);

expect(std.out).toMatchInlineSnapshot(`""`);
Expand All @@ -46,7 +46,7 @@ describe("deployments list", () => {
expect(std.out).toMatchInlineSnapshot(`
"Created: 2021-01-04T00:00:00.000Z
Author: Jean-Luc-Picard@federation.org
Source: api
Source: Rollback
Message: -
Version(s): (10%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand Down Expand Up @@ -77,7 +77,7 @@ describe("deployments list", () => {
expect(std.out).toMatchInlineSnapshot(`
"Created: 2021-01-04T00:00:00.000Z
Author: Jean-Luc-Picard@federation.org
Source: api
Source: Rollback
Message: -
Version(s): (10%) 10000000-0000-0000-0000-000000000000
Created: 2021-01-01T00:00:00.000Z
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe("versions deploy", () => {
);

await expect(result).rejects.toMatchInlineSnapshot(
`[Error: You need to provide a name when deploying a worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
`[Error: You need to provide a name of your worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
);
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe("versions list", () => {
);

await expect(result).rejects.toMatchInlineSnapshot(
`[Error: You need to provide a name when deploying a worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
`[Error: You need to provide a name of your worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
);

expect(std.out).toMatchInlineSnapshot(`""`);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("versions view", () => {
);

await expect(result).rejects.toMatchInlineSnapshot(
`[Error: You need to provide a name when deploying a worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
`[Error: You need to provide a name of your worker. Either pass it as a cli arg with \`--name <name>\` or in your config file as \`name = "<name>"\`]`
);

expect(std.out).toMatchInlineSnapshot(`""`);
Expand Down

0 comments on commit ad4879e

Please sign in to comment.