Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Jul 19, 2024
1 parent 2ac1c7d commit 6815383
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/fuel-gauge/src/contract-factory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ describe('Contract Factory', () => {
it('should throws if calls createTransactionRequest is called when provider is not set', async () => {
const factory = new ContractFactory(
StorageTestContractAbiHex,
StorageTestContractAbi__factory.abi,
process
StorageTestContractAbi__factory.abi
);

await expectToThrowFuelError(
Expand Down

0 comments on commit 6815383

Please sign in to comment.