File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -920,6 +920,7 @@ describe('behavior: keyAuthorization', () => {
920920 feePayer,
921921 feeToken,
922922 from,
923+ gasUsed,
923924 logs,
924925 logsBloom,
925926 transactionHash,
@@ -932,6 +933,7 @@ describe('behavior: keyAuthorization', () => {
932933 expect ( cumulativeGasUsed ) . toBeDefined ( )
933934 expect ( feeToken ) . toBeDefined ( )
934935 expect ( feePayer ) . toBeDefined ( )
936+ expect ( gasUsed ) . toBeDefined ( )
935937 expect ( from ) . toBeDefined ( )
936938 expect ( logs ) . toBeDefined ( )
937939 expect ( logsBloom ) . toBeDefined ( )
@@ -943,7 +945,6 @@ describe('behavior: keyAuthorization', () => {
943945 "blobGasUsed": undefined,
944946 "contractAddress": null,
945947 "effectiveGasPrice": 20000000000n,
946- "gasUsed": 56600n,
947948 "status": "success",
948949 "to": "0x0000000000000000000000000000000000000000",
949950 "type": "0x76",
You can’t perform that action at this time.
0 commit comments