Skip to content

Commit

Permalink
Update packages/contracts/test/framework/dao/dao-factory.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Claudia Barcelo <[email protected]>
  • Loading branch information
novaknole and clauBv23 authored Sep 27, 2024
1 parent efadac9 commit 20afb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/test/framework/dao/dao-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ describe('DAOFactory: ', function () {
.withArgs(daoSettings.daoURI);
});

it.only('creates a dao with a plugin and emits correct events', async () => {
it('creates a dao with a plugin and emits correct events', async () => {
const expectedDao = await getAnticipatedAddress(daoFactory.address);
const expectedPlugin = await getAnticipatedAddress(
pluginSetupV1Mock.address
Expand Down

0 comments on commit 20afb67

Please sign in to comment.