Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
arunasank committed Jun 21, 2018
1 parent 441f657 commit fd49472
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions test/__snapshots__/template.jest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,15 @@ Object {
"SourceVolume": "mnt-1",
},
],
"Name": "soup-example",
"Name": Object {
"Fn::Join": Array [
"-",
Array [
"Soup",
"example",
],
],
},
"Privileged": true,
"ReadonlyRootFilesystem": true,
"Ulimits": Array [
Expand Down Expand Up @@ -1249,7 +1257,15 @@ Object {
"SourceVolume": "tmp",
},
],
"Name": "watchbot-example",
"Name": Object {
"Fn::Join": Array [
"-",
Array [
"Watchbot",
"example",
],
],
},
"Privileged": false,
"ReadonlyRootFilesystem": true,
"Ulimits": Array [
Expand Down

0 comments on commit fd49472

Please sign in to comment.