Skip to content

Commit

Permalink
Update .snippets/code/tutorials/eth-api/hardhat-start-to-end/dao-js-t…
Browse files Browse the repository at this point in the history
…est-file.js

Co-authored-by: Erin Shaben <eshaben@icloud.com>
  • Loading branch information
themacexpert and eshaben committed Apr 22, 2024
1 parent 57fbaf5 commit 329986c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ describe('Dao contract', function () {
let wallet1, wallet2;

before(async function () {
// Get signers we defined in HardHat Config
// Get signers we defined in Hardhat config
const signers = await ethers.getSigners();
wallet1 = signers[0];
wallet2 = signers[1];
Expand Down

0 comments on commit 329986c

Please sign in to comment.