Skip to content

Commit 1a086c0

Browse files
decofegrandizzy
andcommitted
fix: update test snapshots for new tempo tx format
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
1 parent b66e306 commit 1a086c0

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

crates/cast/tests/cli/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ casttest!(mktx_ethsign, async |_prj, cmd| {
19531953
])
19541954
.assert_success()
19551955
.stdout_eq(str![[r#"
1956-
0x76[..]
1956+
0x02[..]
19571957
19581958
"#]]);
19591959
});

crates/forge/tests/cli/create.rs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,7 @@ Transaction: {
163163
"input": "[..]",
164164
"nonce": "0x0",
165165
"chainId": "0x7a69",
166-
"feeToken": null,
167-
"calls": [],
168-
"keyType": null,
169-
"keyData": null
166+
"calls": []
170167
}
171168
ABI: [
172169
{
@@ -221,10 +218,7 @@ ABI: [
221218
"input": "[..]",
222219
"nonce": "0x0",
223220
"chainId": "0x7a69",
224-
"feeToken": null,
225-
"calls": [],
226-
"keyType": null,
227-
"keyData": null
221+
"calls": []
228222
},
229223
"abi": [
230224
{

0 commit comments

Comments
 (0)