Skip to content

Commit 600c806

Browse files
committed
build: Updated snapshots
1 parent b2a7bee commit 600c806

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`deploy-app Deploy failure for replacement of permanent, updated app 1`] = `
4-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
4+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
55
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
66
INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1
77
WARN: App is not deletable and onUpdate=ReplaceApp, will attempt to create new app and delete old app, delete will most likely fail
@@ -10,26 +10,26 @@ WARN: Deleting existing test app with index APP_1 from ACCOUNT_1 account."
1010
`;
1111

1212
exports[`deploy-app Deploy failure for replacement of schema broken app fails if onSchemaBreak = Fail 1`] = `
13-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
13+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
1414
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
1515
WARN: Detected a breaking app schema change in app APP_1: | [{"from":{"global":{"num-byte-slice":0,"num-uint":1},"local":{"num-byte-slice":0,"num-uint":0}},"to":{"global":{"num-byte-slice":1,"num-uint":1},"local":{"num-byte-slice":0,"num-uint":0}}}]"
1616
`;
1717

1818
exports[`deploy-app Deploy failure for updated app fails if onupdate = Fail 1`] = `
19-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
19+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
2020
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
2121
INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1"
2222
`;
2323

2424
exports[`deploy-app Deploy new app 1`] = `
25-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
25+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
2626
INFO: App test not found in apps created by ACCOUNT_1; deploying app with version 1.0.
2727
INFO: Sent transaction ID TXID_1 appl from ACCOUNT_1
2828
DEBUG: Created app APP_1 from creator ACCOUNT_1"
2929
`;
3030

3131
exports[`deploy-app Deploy replacement of deletable schema broken app 1`] = `
32-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
32+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
3333
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
3434
WARN: Detected a breaking app schema change in app APP_1: | [{"from":{"global":{"num-byte-slice":0,"num-uint":1},"local":{"num-byte-slice":0,"num-uint":0}},"to":{"global":{"num-byte-slice":1,"num-uint":1},"local":{"num-byte-slice":0,"num-uint":0}}}]
3535
INFO: App is deletable and onSchemaBreak=ReplaceApp, will attempt to create new app and delete old app
@@ -39,7 +39,7 @@ WARN: Sent transactions TXID_2 to create app with index APP_2 and TXID_3 to dele
3939
`;
4040

4141
exports[`deploy-app Deploy replacement to deletable, updated app 1`] = `
42-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
42+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
4343
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
4444
INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1
4545
WARN: App is deletable and onUpdate=ReplaceApp, creating new app and deleting old app...
@@ -49,7 +49,7 @@ WARN: Sent transactions TXID_2 to create app with index APP_2 and TXID_3 to dele
4949
`;
5050

5151
exports[`deploy-app Deploy replacement to schema broken, permanent app fails 1`] = `
52-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
52+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
5353
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
5454
WARN: Detected a breaking app schema change in app APP_1: | [{"from":{"global":{"num-byte-slice":0,"num-uint":1},"local":{"num-byte-slice":0,"num-uint":0}},"to":{"global":{"num-byte-slice":1,"num-uint":1},"local":{"num-byte-slice":0,"num-uint":0}}}]
5555
INFO: App is not deletable but onSchemaBreak=ReplaceApp, will attempt to delete app, delete will most likely fail
@@ -58,7 +58,7 @@ WARN: Deleting existing test app with index APP_1 from ACCOUNT_1 account."
5858
`;
5959

6060
exports[`deploy-app Deploy update to immutable updated app fails 1`] = `
61-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
61+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
6262
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
6363
INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1
6464
WARN: App is not updatable but onUpdate=UpdateApp, will attempt to update app, update will most likely fail
@@ -67,7 +67,7 @@ DEBUG: Updating app APP_1"
6767
`;
6868

6969
exports[`deploy-app Deploy update to updatable updated app 1`] = `
70-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
70+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
7171
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
7272
INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1
7373
INFO: App is updatable and onUpdate=UpdateApp, updating app...
@@ -77,7 +77,7 @@ INFO: Sent transaction ID TXID_2 appl from ACCOUNT_1"
7777
`;
7878

7979
exports[`deploy-app Do nothing if deploying app with no changes 1`] = `
80-
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
80+
"INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
8181
INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
8282
DEBUG: No detected changes in app, nothing to do."
8383
`;

0 commit comments

Comments
 (0)