Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYinusa committed Dec 11, 2024
1 parent bc85321 commit 4e14684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tests/headless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dotenv.config({ path: "../../.env" });
}
);
try {
// await dapp.useProvider();
const actualAccount: string = await dapp.getAccounts();
const expectedAccount = "0xE18035BF8712672935FDB4e5e431b1a0183d2DFC";
expect(actualAccount).to.be.equal(expectedAccount);
Expand Down

0 comments on commit 4e14684

Please sign in to comment.