Skip to content

Commit

Permalink
feat: update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyjackal committed Feb 12, 2024
1 parent 9f3a0a4 commit bb76ec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ describe('transformations', () => {
]);
// timestamp
expect(tx.timestamp).toBe(1689269015);
expect(tx.isoTimestamp).toBe(new Date(1689269015 * 1000).toISOString());
// fees
expect(tx.baseFeePerGas).toBe(49897163985);
expect(tx.transactionFee).toBe('1103276192872335');
Expand Down

0 comments on commit bb76ec2

Please sign in to comment.