Skip to content

Commit

Permalink
fix: import wallet in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Jul 12, 2024
1 parent 453e71a commit 5cb3ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo-typegen/src/demo.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// #region Testing-in-ts-ts
import { ContractFactory, toHex, Address } from 'fuels';
import { ContractFactory, toHex, Address, Wallet } from 'fuels';
import { launchTestNode, safeExec } from 'fuels/test-utils';

import storageSlots from '../contract/out/release/demo-contract-storage_slots.json';
Expand Down

0 comments on commit 5cb3ce1

Please sign in to comment.