Skip to content

Commit

Permalink
Feature/cleaning (#392)
Browse files Browse the repository at this point in the history
* fix: deleted redundant / duplicated test

* fix: remove redundant include
  • Loading branch information
heueristik authored May 31, 2023
1 parent d49a55a commit d298ad9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions packages/contracts/src/core/plugin/membership/IMembership.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

pragma solidity ^0.8.8;

import {IDAO} from "../../dao/IDAO.sol";

/// @title IMembership
/// @author Aragon Association - 2022-2023
/// @notice An interface to be implemented by DAO plugins that define membership.
Expand Down
13 changes: 0 additions & 13 deletions packages/contracts/test/framework/plugin/plugin-setup-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2169,19 +2169,6 @@ describe('Plugin Setup Processor', function () {
);
});

it('updates to V2: fake (was it called)', async () => {
await updateAndValidatePluginUpdate(
psp,
targetDao.address,
proxy,
currentVersion,
[1, 2],
pluginRepoPointer[0],
helpersUV1,
EMPTY_DATA
);
});

it('updates to V3', async () => {
await updateAndValidatePluginUpdate(
psp,
Expand Down

0 comments on commit d298ad9

Please sign in to comment.