Skip to content

Commit

Permalink
fix: wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Mar 8, 2024
1 parent 7a6d02a commit e7a8e2f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import {createDaoProxy} from '../10_unit-testing/11_plugin';
import {METADATA, VERSION} from '../../plugin-settings';
import {AdminSetup, AdminSetup__factory, Admin__factory} from '../../typechain';
import {getProductionNetworkName, findPluginRepo} from '../../utils/helpers';
import {installPLugin, uninstallPLugin} from './test-helpers';
import {createDaoProxy, installPLugin, uninstallPLugin} from './test-helpers';
import {
getLatestNetworkDeployment,
getNetworkNameByAlias,
Expand Down

0 comments on commit e7a8e2f

Please sign in to comment.