Skip to content

Commit

Permalink
test: bring back skipped test
Browse files Browse the repository at this point in the history
Bring back the default sender test that previously failed due to tty issues.
  • Loading branch information
kanej committed Dec 15, 2023
1 parent b03e0e6 commit 9c6a459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-plugin/test/deploy/default-sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe("default sender", function () {
);
});

it.skip("should allow setting default sender via cli", async function () {
it("should allow setting default sender via cli", async function () {
const secondAccountAddress = "0x70997970C51812dc3A010C7d01b50e0d17dc79C8";

await this.hre.run(
Expand Down

0 comments on commit 9c6a459

Please sign in to comment.