Skip to content

Commit

Permalink
fix: envio client test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkenj1 committed Oct 22, 2024
1 parent 30c3eaf commit ac86f6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/indexer-client/test/unit/envioIndexerClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ describe("EnvioIndexerClient", () => {
srcAddress: "0x1234567890123456789012345678901234567890",
logIndex: 0,
params: { contractAddress: "0x1234" },
transactionFields: {
hash: "0x123",
transactionIndex: 1,
},
},
];

Expand Down

0 comments on commit ac86f6f

Please sign in to comment.