diff --git a/ethereum/test/DAO.js b/ethereum/test/DAO.js index 1469046..e90a301 100644 --- a/ethereum/test/DAO.js +++ b/ethereum/test/DAO.js @@ -4,7 +4,7 @@ const { const { expect } = require('chai'); const { ethers } = require('hardhat'); -describe.only('DAO', () => { +describe('DAO', () => { // We define a fixture to reuse the same setup in every test. // We use loadFixture to run this setup once, snapshot that state, // and reset Hardhat Network to that snapshot in every test.