Skip to content

Commit

Permalink
ci: remove not needed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Apr 5, 2024
1 parent bbb278c commit 6d84c85
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/subgraph/tests/plugin/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {ProposalCreated} from '../../generated/templates/TokenVoting/TokenVoting';
import {PLUGIN_REPO_ADDRESS} from '../../imported/repo-address';
import {
handleVoteCast,
handleProposalExecuted,
Expand All @@ -19,26 +17,19 @@ import {
ExtendedAction,
} from '../helpers/extended-schema';
import {
DAO_TOKEN_ADDRESS,
STRING_DATA,
VOTING_MODE,
ONE,
ZERO,
TWO,
ERC20_AMOUNT_FULL,
DAO_ADDRESS,
} from '../utils/constants';
import {
createDummyAction,
generateActionEntityId,
} from '@aragon/osx-commons-subgraph';
import {Address, bigInt, BigInt, ethereum} from '@graphprotocol/graph-ts';
import {bigInt, BigInt} from '@graphprotocol/graph-ts';
import {
afterAll,
assert,
clearStore,
describe,
newMockEvent,
test,
} from 'matchstick-as/assembly/index';

Expand Down

0 comments on commit 6d84c85

Please sign in to comment.