Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Jan 6, 2025
1 parent 0077084 commit 6631b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-gauge/src/transaction-response.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ describe('TransactionResponse', () => {
);
const submit = await provider.sendTransaction(request);

const txResponse = new TransactionResponse(submit.id, provider);
const txResponse = new TransactionResponse(submit.id, provider, await provider.getChainId());

await expectToThrowFuelError(
async () => {
Expand Down

0 comments on commit 6631b41

Please sign in to comment.