Skip to content

Commit

Permalink
fix: undo call parameters test change
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Jul 12, 2024
1 parent a18c37b commit 8bc6b61
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { Contract, Provider } from 'fuels';
import { BN } from 'fuels';

import { DocSnippetProjectsEnum } from '../../../test/fixtures/forc-projects';
Expand All @@ -7,6 +8,9 @@ import { createAndDeployContractFromProject } from '../../utils';
* @group node
*/
describe(__filename, () => {
let contract: Contract;
let provider: Provider;
let baseAssetId: string;
beforeAll(async () => {
contract = await createAndDeployContractFromProject(DocSnippetProjectsEnum.RETURN_CONTEXT);
provider = contract.provider;
Expand Down

0 comments on commit 8bc6b61

Please sign in to comment.