Skip to content

Commit 13d9f5b

Browse files
committed
tests: up
1 parent 783d1ae commit 13d9f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tempo/e2e.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)