Skip to content

Commit 4e14684

Browse files
committed
chore: remove unused code
1 parent bc85321 commit 4e14684

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tests/headless.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dotenv.config({ path: "../../.env" });
3333
}
3434
);
3535
try {
36-
// await dapp.useProvider();
3736
const actualAccount: string = await dapp.getAccounts();
3837
const expectedAccount = "0xE18035BF8712672935FDB4e5e431b1a0183d2DFC";
3938
expect(actualAccount).to.be.equal(expectedAccount);

0 commit comments

Comments
 (0)