Skip to content

Commit

Permalink
adjusting test
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Jan 16, 2025
1 parent 985bfc3 commit 5872e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/providers/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ Supported fuel-core version: ${mock.supportedVersion}.`

const { minFee, maxFee, gasPrice } = await wallet.getTransactionCost(request);

expect(gasPrice.eq(0)).toBeTruthy();
expect(gasPrice.eq(0)).not.toBeTruthy();
expect(maxFee.eq(0)).not.toBeTruthy();
expect(minFee.eq(0)).not.toBeTruthy();
});
Expand Down

0 comments on commit 5872e8d

Please sign in to comment.