Skip to content

Commit c92dd82

Browse files
committed
merge conflict fixups
1 parent c6b6acd commit c92dd82

File tree

3 files changed

+250
-223
lines changed

3 files changed

+250
-223
lines changed

packages/wrangler/src/__tests__/cloudchamber/apply.test.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ describe("cloudchamber apply", () => {
296296
297297
│ SUCCESS Modified application my-container-app
298298
299-
300299
│ SUCCESS Created application my-container-app-2 (Application ID: abc)
301300
302301
╰ Applied changes
@@ -469,7 +468,6 @@ describe("cloudchamber apply", () => {
469468
470469
│ SUCCESS Modified application my-container-app
471470
472-
473471
│ SUCCESS Created application my-container-app-2 (Application ID: abc)
474472
475473
╰ Applied changes
@@ -1009,9 +1007,11 @@ describe("cloudchamber apply", () => {
10091007
10101008
│ + [containers.configuration.observability.logs]
10111009
│ + enabled = true
1010+
│ +
1011+
│ +
1012+
│ [containers.constraints]
1013+
│ tier = 1
10121014
1013-
│ [containers.constraints]
1014-
│ ...
10151015
10161016
│ SUCCESS Modified application my-container-app
10171017
@@ -1077,9 +1077,11 @@ describe("cloudchamber apply", () => {
10771077
10781078
│ + [containers.configuration.observability.logs]
10791079
│ + enabled = true
1080+
│ +
1081+
│ +
1082+
│ [containers.constraints]
1083+
│ tier = 1
10801084
1081-
│ [containers.constraints]
1082-
│ ...
10831085
10841086
│ SUCCESS Modified application my-container-app
10851087

0 commit comments

Comments
 (0)